summaryrefslogtreecommitdiff
path: root/BUILD/SETUP.sh
diff options
context:
space:
mode:
authorunknown <kostja@bodhi.local>2006-11-06 11:30:54 +0300
committerunknown <kostja@bodhi.local>2006-11-06 11:30:54 +0300
commitda032b99eb7b0621e333dc2b6f423d376017a503 (patch)
treeea1a87b2f1d5ca9c5ccb30b4e7bc2b0996d8e524 /BUILD/SETUP.sh
parent50ba1a09c1a41c79975394ad2120fa199294540e (diff)
downloadmariadb-git-da032b99eb7b0621e333dc2b6f423d376017a503.tar.gz
Fix a typo in SETUP.sh
BUILD/SETUP.sh: Fix a typo.
Diffstat (limited to 'BUILD/SETUP.sh')
-rwxr-xr-xBUILD/SETUP.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh
index bca7e7b2e1f..87aec7417f1 100755
--- a/BUILD/SETUP.sh
+++ b/BUILD/SETUP.sh
@@ -106,7 +106,7 @@ else
cxx_warnings="$warnings -std=c++98"
# NOTE: warning mode should not influence optimize/debug mode.
# Please feel free to add a separate option if you don't feel it's an overkill.
- debug_extra_flags="-O0"
+ debug_extra_cflags="-O0"
# Reset CPU flags (-mtune), they don't work in -pedantic mode
check_cpu_cflags=""
fi