2008-05-31 00:30:51 +08:00
|
|
|
--- a/Makefile
|
|
|
|
+++ b/Makefile
|
2008-11-07 16:44:56 +08:00
|
|
|
@@ -533,6 +533,9 @@ endif
|
2008-04-19 23:20:44 +08: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
|
2008-05-02 18:17:03 +08:00
|
|
|
KBUILD_CFLAGS += $(call cc-option,-Wdeclaration-after-statement,)
|
2008-04-19 23:20:44 +08:00
|
|
|
|