-Slight changes for macos

This commit is contained in:
2022-12-27 16:35:34 +01:00
parent 6cfc6b0438
commit c70c27dbb8
2 changed files with 13 additions and 10 deletions

4
opti_mac.sh Normal file
View File

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