From ee825bf2e966a1b565473753adb3f2b74f6d0ce4 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 11 Jun 2021 21:29:09 +0200 Subject: Flags'n'stuff --- cppbuild.cc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'cppbuild.cc') diff --git a/cppbuild.cc b/cppbuild.cc index b06b082..275512f 100644 --- a/cppbuild.cc +++ b/cppbuild.cc @@ -14,6 +14,12 @@ BuildConfiguration configs() // source files "src/foo.cc", "src/bar.cc", - } + }, + // cxx flags + "-g -Wall -Werror -std=c++17", + // c flags + "-g -Wall -Werror", + // linker flags + "-lm", }; } -- cgit v1.2.3