[NEW] Added batch for maximum size optimization

This commit is contained in:
2022-09-12 17:32:19 +02:00
parent fdbeca9f16
commit fd3eeded52

2
opti.bat Normal file
View File

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