From 11f6903b4bac951d527e57e0077f719b602c7a6e Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 23 Feb 2022 14:46:21 -0500 Subject: Fixed issue with override and export on same variable --- src/lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/Makefile b/src/lib/Makefile index 8084d3f..4f0d2cf 100644 --- a/src/lib/Makefile +++ b/src/lib/Makefile @@ -1,5 +1,5 @@ LIBS = sword minizip -override CXXFLAGS += -fPIC `pkg-config $(LIBS) --cflags` +override CXXFLAGS += -MMD -Wall -std=c++20 -fPIC `pkg-config $(LIBS) --cflags` override LDFLAGS += -lstdc++fs `pkg-config $(LIBS) --libs` SOURCES = $(wildcard *.cc) OBJECTS = $(SOURCES:.cc=.o) -- cgit v1.2.3