aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-10-01 17:41:34 +0000
committerlloyd <[email protected]>2008-10-01 17:41:34 +0000
commit285024f5adfa70a17ac83f7187c8f1aaa1f38ec3 (patch)
treeb99c03d07e02761547d0d1a70308fb9297058117
parent46a2fa8ebb0dbe105ceb5c3202c6d35818561e4f (diff)
Revert back to portable GCC flags
-rw-r--r--src/build-data/cc/gcc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build-data/cc/gcc b/src/build-data/cc/gcc
index 7ceb8b10f..ac4f7bd58 100644
--- a/src/build-data/cc/gcc
+++ b/src/build-data/cc/gcc
@@ -9,8 +9,8 @@ add_lib_dir_option "-L"
add_lib_option "-l"
lang_flags "-D_REENTRANT -ansi -Wno-long-long"
-#warning_flags "-W -Wall"
-warning_flags "-Werror -Wextra -Wall -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wno-unused-parameter"
+warning_flags "-W -Wall"
+#warning_flags "-Werror -Wextra -Wall -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wno-unused-parameter"
lib_opt_flags "-O2 -finline-functions"
check_opt_flags "-O2"