mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 13:14:04 +00:00
try to get rid of the console window in MSVC 2003 builds
This commit is contained in:
parent
089cb2a34d
commit
ef7ecf229b
@ -836,6 +836,7 @@ ifeq ($(DEBUG), 1)
|
||||
LDFLAGS += -DEBUG
|
||||
else
|
||||
CFLAGS += -O0 -g -DDEBUG
|
||||
LDFLAGS += -SUBSYSTEM:WINDOWS -ENTRY:mainCRTStartup
|
||||
endif
|
||||
else ifeq ($(platform), psp1)
|
||||
CFLAGS += -O2
|
||||
|
Loading…
x
Reference in New Issue
Block a user