Skip to content
Snippets Groups Projects
Commit 6c176b3a authored by Ronald Charles Moore's avatar Ronald Charles Moore
Browse files

Updated for Summer 2021

parent 268b3276
Branches
Tags
No related merge requests found
...@@ -18,8 +18,9 @@ CC := clang++ ...@@ -18,8 +18,9 @@ CC := clang++
## -std=<whatever> to select the right C++ Version ## -std=<whatever> to select the right C++ Version
## -fmessage-length=0 disallows line wrapping in error messages ## -fmessage-length=0 disallows line wrapping in error messages
## (helps some IDEs (still?)) ## (helps some IDEs (still?))
CPPFLAGS := -g -std=c++17 -Wall -fmessage-length=0 CPPFLAGS := -g -std=c++20 -Wall -fmessage-length=0
# Should also work with C++17 (C++20 not required)
## More preliminaries ## More preliminaries
# See https://www.gnu.org/software/make/manual/html_node/Special-Targets.html # See https://www.gnu.org/software/make/manual/html_node/Special-Targets.html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment