Browse Source

add another example option to dist/config.mak

Rich Felker 12 years ago
parent
commit
e4d35ea9cf
1 changed files with 3 additions and 0 deletions
  1. 3 0
      dist/config.mak

+ 3 - 0
dist/config.mak

@@ -26,6 +26,9 @@ syslibdir = /lib
 # Uncomment for smaller code size.
 #CFLAGS += -fomit-frame-pointer -mno-accumulate-outgoing-args
 
+# Uncomment to omit massive GCC4 DWARF2 bloat (only useful for debugging)
+#CFLAGS += -fno-asynchronous-unwind-tables
+
 # Uncomment for warnings (as errors). Might need tuning to your gcc version.
 #CFLAGS += -Werror -Wall -Wpointer-arith -Wcast-align -Wno-parentheses -Wno-char-subscripts -Wno-uninitialized -Wno-sequence-point -Wno-missing-braces -Wno-unused-value -Wno-overflow -Wno-int-to-pointer-cast