From e4aa2daa5688ef91d887080552c1ebde9ed48458 Mon Sep 17 00:00:00 2001 From: Allen Webster Date: Thu, 29 Jun 2017 19:46:37 -0400 Subject: [PATCH] simpler buildsuper.sh --- buildsuper.sh | 2 ++ 1 file changed, 2 insertions(+) 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