diff options
author | lloyd <[email protected]> | 2008-09-05 22:30:35 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-05 22:30:35 +0000 |
commit | 2955527045e4047c03088e38763befce88f81f7b (patch) | |
tree | fdc3d3851ba443c688fc68066d0e6daf997583d5 | |
parent | 77aba3ccb4ab74980692afff55d9268fc59d539b (diff) |
Revert back to just -W -Wall for GCC for release
-rw-r--r-- | misc/config/cc/gcc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/config/cc/gcc b/misc/config/cc/gcc index 36c5158e2..d9f8a4e59 100644 --- a/misc/config/cc/gcc +++ b/misc/config/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 -Wall -Wextra -Wstrict-aliasing -Wstrict-overflow -Wcast-qual -Wmissing-declarations" +warning_flags "-W -Wall" +#warning_flags "-Werror -Wall -Wextra -Wstrict-aliasing -Wstrict-overflow -Wcast-qual -Wmissing-declarations" lib_opt_flags "-O2 -finline-functions" check_opt_flags "-O2" |