From 547f65b2cbdb1fd0bff98d04cbc2695da49c2bb6 Mon Sep 17 00:00:00 2001 From: Mat Mat Date: Wed, 18 Feb 2026 07:58:21 +0100 Subject: [PATCH] remove -lgomp argument from LIBS variable to fix building with gmake --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 23c97b68..cb62552f 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