Browse Source

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

Rich Felker 9 năm trước cách đây
mục cha
commit
dd00bd7925
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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