- Strip doesn't work on mac, it seems
This commit is contained in:
1
opti_mac.sh
Normal file → Executable file
1
opti_mac.sh
Normal file → Executable file
@@ -1,4 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
g++ *.cpp ./lua/*.c -Os -ffunction-sections -fdata-sections -lSDL2 -o mini
|
g++ *.cpp ./lua/*.c -Os -ffunction-sections -fdata-sections -lSDL2 -o mini
|
||||||
strip -s -R .comment -R .gnu.version --strip-unneeded mini
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user