From b3970874c3381239be27f4f987bd5ea2b2ddfa84 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sun, 2 Feb 2020 21:24:08 -0500 Subject: [PATCH] add some more things you can turn off to config.mak.dist examples --- config.mak.dist | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config.mak.dist b/config.mak.dist index e4cfc02..dcf2ca5 100644 --- a/config.mak.dist +++ b/config.mak.dist @@ -58,10 +58,13 @@ # COMMON_CONFIG += CFLAGS="-g0 -Os" CXXFLAGS="-g0 -Os" LDFLAGS="-s" -# Recommended options for faster/simpler build: +# Options you can add for faster/simpler build at the expense of features: # COMMON_CONFIG += --disable-nls # GCC_CONFIG += --disable-libquadmath --disable-decimal-float +# GCC_CONFIG += --disable-libitm +# GCC_CONFIG += --disable-fixed-point +# GCC_CONFIG += --disable-lto # By default C and C++ are the only languages enabled, and these are # the only ones tested and known to be supported. You can uncomment the