- Tota la API canviada. Fent la documentació.
- v1.0 RC1
This commit is contained in:
2
Makefile
2
Makefile
@@ -24,4 +24,4 @@ linux:
|
||||
strip -s -R .comment -R .gnu.version --strip-unneeded "$(executable)"
|
||||
|
||||
linux_debug:
|
||||
g++ $(source) -D LUA_USE_LINUX -D DEBUG -g -Wall -Os -ffunction-sections -fdata-sections -Wl,--gc-sections -lSDL2 -o "$(executable)_debug"
|
||||
g++ $(source) -D LUA_USE_LINUX -D DEBUG -g -Wall -lSDL2 -o "$(executable)_debug"
|
||||
|
||||
Reference in New Issue
Block a user