diff options
author | lloyd <[email protected]> | 2008-09-30 16:48:47 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-30 16:48:47 +0000 |
commit | e2fcff99609f4fbd208467bc8d638b81ddbe9c80 (patch) | |
tree | 6c64596e3a90755fe1a7c673469b97914e56f6ed | |
parent | 800897848c64ac575984a7b38e07111d97ec8670 (diff) |
Revert; GCC 4.3 specific 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 ebc88b3ef..78f78b132 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" +warning_flags "-W -Wall" +#warning_flags "-Werror -Wextra -Wall -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations" lib_opt_flags "-O2 -finline-functions" check_opt_flags "-O2" |