mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
fix mwindows flag on the makefile
This commit is contained in:
parent
04fc5d042f
commit
cd615b3e79
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -54,6 +54,9 @@ ifeq ($(DEBUG), 1)
|
|||
OPTIMIZE_FLAG = -O0 -g
|
||||
else
|
||||
OPTIMIZE_FLAG = -O3 -ffast-math
|
||||
ifneq ($(findstring Win32,$(OS)),)
|
||||
LDFLAGS += -mwindows
|
||||
endif
|
||||
endif
|
||||
|
||||
CFLAGS += -Wall $(OPTIMIZE_FLAG) $(INCLUDE_DIRS) $(DEBUG_FLAG) -I.
|
||||
|
|
Loading…
Add table
Reference in a new issue