diff options
author | lloyd <[email protected]> | 2008-04-14 01:10:02 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-04-14 01:10:02 +0000 |
commit | 2e4ff8499748042197ad2a56267b704c5c4f147e (patch) | |
tree | 3a0f690aea53948e58a9792c4effea134f56d7ee /misc | |
parent | 2a5d109a8d35741284a23ef4f87a98cef303ff26 (diff) |
Optimizations had been disabled
Diffstat (limited to 'misc')
-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 538bfdbab..e94b9a9c5 100644 --- a/misc/config/cc/gcc +++ b/misc/config/cc/gcc @@ -11,8 +11,8 @@ add_lib_option "-l" lang_flags "-D_REENTRANT -ansi -Wno-long-long" warning_flags "-W -Wall" -lib_opt_flags "-O0 -finline-functions" -check_opt_flags "-O0" +lib_opt_flags "-O2 -finline-functions" +check_opt_flags "-O2" shared_flags "-fPIC" debug_flags "-g" |