Commit da032b99 authored by unknown's avatar unknown

Fix a typo in SETUP.sh


BUILD/SETUP.sh:
  Fix a typo.
parent 50ba1a09
...@@ -106,7 +106,7 @@ else ...@@ -106,7 +106,7 @@ else
cxx_warnings="$warnings -std=c++98" cxx_warnings="$warnings -std=c++98"
# NOTE: warning mode should not influence optimize/debug mode. # 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. # 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 # Reset CPU flags (-mtune), they don't work in -pedantic mode
check_cpu_cflags="" check_cpu_cflags=""
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment