diff options
author | lloyd <[email protected]> | 2009-11-11 05:40:59 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-11-11 05:40:59 +0000 |
commit | 2466bb351ebcf48c9995c97253c96d00d2378dde (patch) | |
tree | fff3557ff164ee6bdffa7282061f19d1b8a64872 /src | |
parent | ec21c3983823709c25694871992cebbbd49476d3 (diff) |
Switch from -O2/-O for lib/check to -O3/-O2 with gcc
Diffstat (limited to 'src')
-rw-r--r-- | src/build-data/cc/gcc.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build-data/cc/gcc.txt b/src/build-data/cc/gcc.txt index f25f81048..b0e77a97f 100644 --- a/src/build-data/cc/gcc.txt +++ b/src/build-data/cc/gcc.txt @@ -14,8 +14,8 @@ lang_flags "-D_REENTRANT -ansi -Wno-long-long" warning_flags "-W -Wall" #warning_flags "-Wextra -Wall -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wno-unused-parameter" -lib_opt_flags "-O2" -check_opt_flags "-O" +lib_opt_flags "-O3" +check_opt_flags "-O2" shared_flags "-fPIC" debug_flags "-g" no_debug_flags "-finline-functions" |