add small build (no debug, etc.) example to config.mak.dist
This commit is contained in:
parent
d02af99f00
commit
dd00bd7925
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue