2009-02-08 19:33:57 +00:00
|
|
|
--- a/Makefile
|
|
|
|
+++ b/Makefile
|
2008-05-18 20:23:20 +00:00
|
|
|
@@ -507,6 +507,9 @@ CFLAGS += $(call cc-option, -fn
|
2005-10-23 21:06:51 +00:00
|
|
|
NOSTDINC_FLAGS += -nostdinc -isystem $(shell $(CC) -print-file-name=include)
|
|
|
|
CHECKFLAGS += $(NOSTDINC_FLAGS)
|
|
|
|
|
|
|
|
+# improve gcc optimization
|
|
|
|
+CFLAGS += $(call cc-option,-funit-at-a-time,)
|
|
|
|
+
|
|
|
|
# warn about C99 declaration after statement
|
|
|
|
CFLAGS += $(call cc-option,-Wdeclaration-after-statement,)
|
|
|
|
|