- Strip doesn't work on mac, it seems
This commit is contained in:
Regular → Executable
-1
@@ -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