simpler buildsuper.sh

master
Allen Webster 2017-06-29 19:46:37 -04:00
parent 1dc1154089
commit e4aa2daa56
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@ elif [[ "$os" == "mac" ]]; then
FLAGS="-Wno-null-dereference -Wno-comment -Wno-switch -Wno-writable-strings"
fi
FLAGS="-Wno-write-strings -Wno-null-dereference -Wno-comment -Wno-switch -Wno-writable-strings"
echo "Building custom_4coders.so from $SOURCE"
g++ -I"$CODE_HOME" $FLAGS -std=gnu++0x "$SOURCE" -shared -o custom_4coder.so -fPIC