diff --git a/Makefile b/Makefile index 23c97b6..cb62552 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,6 @@ WXCONFIG ?= wx-config HOST= OPT_FLAGS += -fopenmp -LIBS += -lgomp WXCXXFLAGS= `$(WXCONFIG) --cxxflags` -Iudis86 -Imhash/include -MMD -Wall -O2 -DNDEBUG WXLDFLAGS = `$(WXCONFIG) --libs` `$(WXCONFIG) --libs aui` `$(WXCONFIG) --libs core` #add this ldflags for WinConsole "-Wl,--subsystem,console -mconsole" for win-debug