We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83dde48 commit af8a981Copy full SHA for af8a981
config/cs_auto_flags.sh
@@ -768,7 +768,7 @@ elif test "x$cs_gxx" = "xclang"; then
768
cs_cxx_compiler_known=yes
769
770
# Default compiler flags
771
- cxxlags_default="-Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused"
+ cxxflags_default="-Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused"
772
cxxflags_default_dbg="-g -O0"
773
cxxflags_default_opt="-O2"
774
cxxflags_default_hot="-O3"
0 commit comments