aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index 1d11b04..8f815b3 100644
--- a/config.mk
+++ b/config.mk
@@ -1,2 +1 @@
1CPPFLAGS=-Wall -Werror -Wextra -Wconversion -Wdouble-promotion -pedantic -std=c++20 -O2 -Iinclude -I/usr/local/include -DNDEBUG CPPFLAGS=-Wall -Werror -Wextra -Wconversion -Wdouble-promotion -pedantic -std=c++20 -O2 -DNDEBUG
2LDFLAGS=-L/usr/local/lib