Fix buildWin/Makefile
This commit is contained in:
parent
a34cec881d
commit
d4ff58db53
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ CXXFLAGS=-O3 -DNDEBUG
|
|||
all: Example02.exe
|
||||
|
||||
Example02.exe: ../src/main.o ../src/rayTracer.o ../src/argParse.o
|
||||
$(CXX) -o Example02.exe -lpthread $^
|
||||
$(CXX) -o Example02.exe -lpthread -Wl,-subsystem,windows $^
|
||||
|
||||
.PHONY:
|
||||
|
||||
|
|
Loading…
Reference in a new issue