diff options
author | lloyd <[email protected]> | 2008-09-11 18:05:51 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-11 18:05:51 +0000 |
commit | cb88191ee3e6ad8965e53d5a026827a9763774a9 (patch) | |
tree | d5d8bd3b097eaabd310286762cab4a5b2055e24d /misc | |
parent | f3875c222019f4dd40b656fbeec521c463b5d324 (diff) |
Default back to normal cross-version GCC flags
Diffstat (limited to 'misc')
-rw-r--r-- | misc/config/cc/gcc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/config/cc/gcc b/misc/config/cc/gcc index 36c5158e2..376817947 100644 --- a/misc/config/cc/gcc +++ b/misc/config/cc/gcc @@ -9,8 +9,7 @@ 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" lib_opt_flags "-O2 -finline-functions" check_opt_flags "-O2" |