simpler buildsuper.sh
This commit is contained in:
parent
1dc1154089
commit
e4aa2daa56
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue