From 65dfb9cf7d95ccd5a608bc85065c8af2650c1641 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Tue, 5 Dec 2023 22:03:30 +0100 Subject: tidy up build system --- config.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 1d11b04..8f815b3 100644 --- a/config.mk +++ b/config.mk @@ -1,2 +1 @@ -CPPFLAGS=-Wall -Werror -Wextra -Wconversion -Wdouble-promotion -pedantic -std=c++20 -O2 -Iinclude -I/usr/local/include -DNDEBUG -LDFLAGS=-L/usr/local/lib +CPPFLAGS=-Wall -Werror -Wextra -Wconversion -Wdouble-promotion -pedantic -std=c++20 -O2 -DNDEBUG -- cgit v1.3