- Strip doesn't work on mac, it seems

This commit is contained in:
2022-12-27 22:08:59 +01:00
parent 0cd5d59b8d
commit 9835f4dc4a

1
opti_mac.sh Normal file → Executable file
View File

@@ -1,4 +1,3 @@
#!/bin/bash
g++ *.cpp ./lua/*.c -Os -ffunction-sections -fdata-sections -lSDL2 -o mini
strip -s -R .comment -R .gnu.version --strip-unneeded mini