aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/test_nm.sh
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2022-11-24 11:40:50 +0900
committerMITSUNARI Shigeo <[email protected]>2022-11-24 15:48:06 +0900
commitbc73a081642f89d6ffc8442a3c8f86ac24ca2729 (patch)
treed2cfdd5c1a132ed07be563b4e15a03442cf2f05f /test/test_nm.sh
parent6989aea9460557bf0d4aec4681ea73f0a05cfd96 (diff)
downloadxbyak-bc73a081642f89d6ffc8442a3c8f86ac24ca2729.tar.gz
xbyak-bc73a081642f89d6ffc8442a3c8f86ac24ca2729.zip
remove -fno-operator-names option
Diffstat (limited to 'test/test_nm.sh')
-rwxr-xr-xtest/test_nm.sh2
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