瀏覽代碼

add small build (no debug, etc.) example to config.mak.dist

Rich Felker 9 年之前
父節點
當前提交
dd00bd7925
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      config.mak.dist

+ 4 - 0
config.mak.dist

@@ -36,6 +36,10 @@
 # MPC_VER =
 # MPFR_VER =
 
+# Recommended options for smaller build for deploying binaries:
+
+# COMMON_CONFIG += CFLAGS="-g0 -Os" CXXFLAGS="-g0 -Os" LDFLAGS="-s"
+
 # Recommended options for faster/simpler build:
 
 # COMMON_CONFIG += --disable-nls