diff options
Diffstat (limited to 'test/test_nm.sh')
-rwxr-xr-x | test/test_nm.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_nm.sh b/test/test_nm.sh index 06f80fb..0751149 100755 --- a/test/test_nm.sh +++ b/test/test_nm.sh @@ -44,7 +44,7 @@ noexcept) ;; esac -CFLAGS="-Wall -fno-operator-names -I../ $OPT2" +CFLAGS="-Wall -I../ $OPT2" echo "compile make_nm.cpp with $CFLAGS" $CXX $CFLAGS make_nm.cpp -o make_nm |