Files
mini/opti.bat
JailDoctor 6cfc6b0438 - v0.9.01
- [NEW] version numbers
- debug() is now an alias of printf
2022-11-02 13:48:53 +01:00

3 lines
181 B
Batchfile

g++ *.cpp ./lua/*.c -Os -ffunction-sections -fdata-sections -Wl,--gc-sections -lmingw32 -lSDL2main -lSDL2 -o mini.exe
strip -s -R .comment -R .gnu.version --strip-unneeded mini.exe