home · contact · privacy
Ensure equal data is written in equal command order to a save file.
[plomrogue] / compile-server.sh
1 #!/bin/sh
2 gcc -shared -fPIC -std=c11 -pedantic-errors -Wall -Werror -Wextra -Wformat-security -O3 -o libplomrogue.so libplomrogue.c -lm