Update build-m1.sh to remove unneeded macro define

This commit is contained in:
gingerBill
2021-02-26 15:29:41 +00:00
parent 54194af71c
commit 88599eeac1
+1 -1
View File
@@ -5,7 +5,7 @@ release_mode=$1
warnings_to_disable="-std=c++11 -Wno-switch" warnings_to_disable="-std=c++11 -Wno-switch"
libraries="-pthread -ldl -lm -lstdc++ -lz -lcurses -lxml2" libraries="-pthread -ldl -lm -lstdc++ -lz -lcurses -lxml2"
other_args="-DLLVM_BACKEND_SUPPORT -DUSE_NEW_LLVM_ABI_SYSTEM" other_args="-DLLVM_BACKEND_SUPPORT"
compiler="clang" compiler="clang"
if [ -z "$release_mode" ]; then release_mode="0"; fi if [ -z "$release_mode" ]; then release_mode="0"; fi