From dd00bd792500c2d5496aa8a77593f62ce4dbf7e1 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Mon, 2 May 2016 19:24:49 +0000 Subject: [PATCH] add small build (no debug, etc.) example to config.mak.dist --- config.mak.dist | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.mak.dist b/config.mak.dist index 533de63..a40adb9 100644 --- a/config.mak.dist +++ b/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