still no json

This commit is contained in:
udo
2021-11-16 10:44:11 +00:00
parent 80093190d4
commit 3749077413
8 changed files with 37 additions and 18 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ OPT_FLAG="O0"
COMPILER="clang++"
#COMPILER="g++"
FLAGS="-shared -w -Wall -$OPT_FLAG -std=c++17 -fpermissive -ffast-math -fPIC"
FLAGS="-shared -g -rdynamic -w -Wall -$OPT_FLAG -std=c++17 -fpermissive -ffast-math -fPIC"
LIBS="-ldl -lm -lpthread "
SRCFLAGS="-D PLATFORM_NAME=\"linux\""