From 4f3760fc3b647fa166da4ab777eb612b14ac500b Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Wed, 15 Jul 2026 21:05:19 +0200 Subject: Umbau auf modernes C++ --- compile_flags.txt | 8 ++++++++ 1 file changed, 8 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..86c17bb --- /dev/null +++ b/compile_flags.txt @@ -0,0 +1,8 @@ +-Wall +-Werror +-Wextra +-Wconversion +-Wdouble-promotion +-pedantic +-std=c++20 +-Iinclude -- cgit v1.3