aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2023-12-05 22:03:30 +0100
committerThomas Schmucker <ts@its1.de>2023-12-05 22:03:30 +0100
commit65dfb9cf7d95ccd5a608bc85065c8af2650c1641 (patch)
tree66fa9dbfd62f3cd17e7aff89b0a9d2134c5a643a /config.mk
parentb66a424a290f188c43a7cec061a70d2c3f6ec7d2 (diff)
downloadadvent-of-code-65dfb9cf7d95ccd5a608bc85065c8af2650c1641.tar.gz
advent-of-code-65dfb9cf7d95ccd5a608bc85065c8af2650c1641.tar.bz2
advent-of-code-65dfb9cf7d95ccd5a608bc85065c8af2650c1641.zip
tidy up build system
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