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

Updated for Summer 2021

parent 6c176b3a
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,9 @@ CC := clang++
## -fmessage-length=0 disallows line wrapping in error messages
## (helps some IDEs (still?))
# CPPFLAGS := -g -std=c++17 -Wall -fmessage-length=0
CPPFLAGS := -g -std=c++17 -Wall
CPPFLAGS := -g -std=c++20 -Wall
# Should also work with c++17 (c++20 not required)
## More preliminaries
# 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