X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=compile-server.sh;h=5fdc7b21e6639edc5d9a7ccef860e189bf48f466;hb=faeef5779d9b4db2a83952f85e50bf7bc4fedd55;hp=88b11b421ff6c74bdb78ebb073833fb52f482d76;hpb=109dc4e8a5d9f09541ef2dcb84bd6b6ac2e2fb00;p=plomrogue diff --git a/compile-server.sh b/compile-server.sh index 88b11b4..5fdc7b2 100755 --- a/compile-server.sh +++ b/compile-server.sh @@ -1,2 +1,2 @@ #!/bin/sh -gcc -shared -fPIC -std=c11 -pedantic-errors -Wall -Werror -Wextra -Wformat-security -g -o libplomrogue.so libplomrogue.c +gcc -shared -fPIC -std=c11 -pedantic-errors -Wall -Werror -Wextra -Wformat-security -O3 -o libplomrogue.so libplomrogue.c -lm