diff --git a/buildsuper.sh b/buildsuper.sh index 1bf2354d..8da4e2fc 100755 --- a/buildsuper.sh +++ b/buildsuper.sh @@ -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