diff options
author | lloyd <[email protected]> | 2008-10-01 17:41:34 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-01 17:41:34 +0000 |
commit | 285024f5adfa70a17ac83f7187c8f1aaa1f38ec3 (patch) | |
tree | b99c03d07e02761547d0d1a70308fb9297058117 | |
parent | 46a2fa8ebb0dbe105ceb5c3202c6d35818561e4f (diff) |
Revert back to portable GCC flags
-rw-r--r-- | src/build-data/cc/gcc | 4 |
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" |