mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[scripts] Fix a typo
This commit is contained in:
@@ -6,7 +6,7 @@ EXE = exe
|
||||
SFLAGS += -D_USE_MATH_DEFINES
|
||||
LDFLAGS += -static
|
||||
|
||||
ifeq ($(DEBUG),1)
|
||||
ifeq ($(DEBUG),0)
|
||||
# Defining "-mwindows" prevents the app from launching an instance of cmd.exe
|
||||
# when running the app. That terminal will receive stderr and stdout. The
|
||||
# downside of not defining "-mwindows" is that you lose stdout and stderr.
|
||||
|
||||
Reference in New Issue
Block a user