aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2023-12-01 21:27:31 +0100
committerThomas Schmucker <ts@its1.de>2023-12-01 21:27:31 +0100
commit9a164c3f65c01e31a9d1a8578e29b358972ddfed (patch)
treed32346277a335540af4967ebdfee38a787529690 /config.mk
downloadadvent-of-code-9a164c3f65c01e31a9d1a8578e29b358972ddfed.tar.gz
advent-of-code-9a164c3f65c01e31a9d1a8578e29b358972ddfed.tar.bz2
advent-of-code-9a164c3f65c01e31a9d1a8578e29b358972ddfed.zip
Lösung für Tag1
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.mk b/config.mk
new file mode 100644
index 0000000..1d11b04
--- /dev/null
+++ b/config.mk
@@ -0,0 +1,2 @@
1CPPFLAGS=-Wall -Werror -Wextra -Wconversion -Wdouble-promotion -pedantic -std=c++20 -O2 -Iinclude -I/usr/local/include -DNDEBUG
2LDFLAGS=-L/usr/local/lib