forked from jaildesigner-jailgames/jaildoctors_dilemma
Actualizado Makefile
This commit is contained in:
6
Makefile
6
Makefile
@@ -18,7 +18,7 @@ windows:
|
||||
windows_debug:
|
||||
@echo off
|
||||
g++ $(source) -D DEBUG -std=c++11 -Wall -Os -lmingw32 -lws2_32 -lSDL2main -lSDL2 -ffunction-sections -fdata-sections -Wl,--gc-sections -static-libstdc++ -Wl,-subsystem,windows -o $(executable)_debug.exe
|
||||
strip -s -R .comment -R .gnu.version $(executable).exe --strip-unneeded
|
||||
strip -s -R .comment -R .gnu.version $(executable)_debug.exe --strip-unneeded
|
||||
|
||||
windows_release:
|
||||
@echo off
|
||||
@@ -115,11 +115,11 @@ macos_release:
|
||||
|
||||
linux:
|
||||
g++ $(source) -std=c++11 -Wall -Os -lSDL2 -ffunction-sections -fdata-sections -Wl,--gc-sections -o $(executable)
|
||||
strip -s -R .comment -R .gnu.version $(executable)_linux --strip-unneeded
|
||||
strip -s -R .comment -R .gnu.version $(executable) --strip-unneeded
|
||||
|
||||
linux_debug:
|
||||
g++ $(source) -D DEBUG -std=c++11 -Wall -Os -lSDL2 -ffunction-sections -fdata-sections -Wl,--gc-sections -o $(executable)_debug
|
||||
strip -s -R .comment -R .gnu.version $(executable)_linux --strip-unneeded
|
||||
strip -s -R .comment -R .gnu.version $(executable)_debug --strip-unneeded
|
||||
|
||||
linux_release:
|
||||
# Remove data
|
||||
|
||||
Reference in New Issue
Block a user