Skip to content

Commit

Permalink
no console on windows for release targets (#6242)
Browse files Browse the repository at this point in the history
  • Loading branch information
sphaero authored and arturoc committed Feb 20, 2019
1 parent cd4c9e0 commit 1e81b3f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ MSYS2_ROOT = /mingw32
PLATFORM_CFLAGS += -std=gnu++14 -DUNICODE -D_UNICODE
#PLATFORM_CFLAGS += -IC:/msys64/mingw32/include/gstreamer-1.0 -DOF_VIDEO_PLAYER_GSTREAMER
PLATFORM_LDFLAGS += -lpthread
ifndef DEBUG
PLATFORM_LDFLAGS += -mwindows
endif
#ifeq ($(PLATFORM_ARCH),x86_64)
ifdef USE_CCACHE
CC = ccache $(MSYS2_ROOT)/bin/gcc
Expand Down

0 comments on commit 1e81b3f

Please sign in to comment.