From 9a164c3f65c01e31a9d1a8578e29b358972ddfed Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Fri, 1 Dec 2023 21:27:31 +0100 Subject: Lösung für Tag1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.mk | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 config.mk (limited to 'config.mk') diff --git a/config.mk b/config.mk new file mode 100644 index 0000000..1d11b04 --- /dev/null +++ b/config.mk @@ -0,0 +1,2 @@ +CPPFLAGS=-Wall -Werror -Wextra -Wconversion -Wdouble-promotion -pedantic -std=c++20 -O2 -Iinclude -I/usr/local/include -DNDEBUG +LDFLAGS=-L/usr/local/lib -- cgit v1.3