2008-09-29 09:08:17 +08:00
|
|
|
--- a/Makefile
|
|
|
|
+++ b/Makefile
|
2009-07-31 19:10:20 +08:00
|
|
|
@@ -550,6 +550,9 @@ endif
|
2008-09-29 09:08:17 +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
|
|
|
|
KBUILD_CFLAGS += $(call cc-option,-Wdeclaration-after-statement,)
|
|
|
|
|