diff --git a/tools/merger/test/compile_linux.sh b/tools/merger/test/compile_linux.sh index 92a99fb..d31d97a 100755 --- a/tools/merger/test/compile_linux.sh +++ b/tools/merger/test/compile_linux.sh @@ -2,5 +2,7 @@ ccache g++ -Wall -g -c sfw.cpp -o sfw.o ccache g++ -Wall -g -c main.cpp -o main.o +#-static-libgcc -static-libstdc++ + ccache g++ -Wall -lm -ldl -lpthread -lX11 -g sfw.o main.o -o game