Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CompilerConstruction
CodeSamples
Commits
58d3ced9
Commit
58d3ced9
authored
Apr 23, 2021
by
Ronald Charles Moore
Browse files
Updated for Summer 2021
Signed-off-by:
Prof. Ronald Moore
<
ronald.moore@h-da.de
>
parent
6c176b3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
recursiveDescentParsers/cplusplus/halfBakedCompiler/Makefile
View file @
58d3ced9
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment