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 --- compile_flags.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 compile_flags.txt (limited to 'compile_flags.txt') diff --git a/compile_flags.txt b/compile_flags.txt new file mode 100644 index 0000000..46ec652 --- /dev/null +++ b/compile_flags.txt @@ -0,0 +1,9 @@ +-Wall +-Werror +-Wextra +-Wconversion +-Wdouble-promotion +-pedantic +-std=c++20 +-Iinclude +-I/usr/local/include -- cgit v1.3