We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e3e92 commit 2b1f0a8Copy full SHA for 2b1f0a8
tests/basic/makefile
@@ -11,6 +11,7 @@ this_srcs := $(call prorab-src-dir, .)
11
this_srcs += ../harness/testees.cpp
12
13
ifeq ($(os), windows)
14
+ this_ldflags += -mconsole
15
else
16
this_ldflags += -rdynamic
17
endif
tests/failed/makefile
0 commit comments