aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/cc/gcc.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2014-01-01 01:25:53 +0000
committerlloyd <[email protected]>2014-01-01 01:25:53 +0000
commitae56600cde7cc035cf6c5cbeb4fea58adfa2c7a2 (patch)
treeea91d4d3c3aaad881a5080ba3d0f7227e16dcc74 /src/build-data/cc/gcc.txt
parent5d40bdeb1b95c051d0655595846acd91cff6160f (diff)
s/check/test/g
Diffstat (limited to 'src/build-data/cc/gcc.txt')
-rw-r--r--src/build-data/cc/gcc.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/cc/gcc.txt b/src/build-data/cc/gcc.txt
index 38bc44676..78f54bd56 100644
--- a/src/build-data/cc/gcc.txt
+++ b/src/build-data/cc/gcc.txt
@@ -13,7 +13,7 @@ maintainer_warning_flags "-Werror -Wno-error=old-style-cast -Wno-error=zero-as-n
warning_flags "-Wall -Wextra -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -Wold-style-cast -Wzero-as-null-pointer-constant"
lib_opt_flags "-O3"
-check_opt_flags "-O2"
+test_opt_flags "-O2"
shared_flags "-fPIC"
debug_flags "-g -fno-inline-functions"