Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vinniel
makefile
Commits
53c9740e
Commit
53c9740e
authored
Oct 29, 2020
by
paoletti
Browse files
Added -std=c++1z to the "Generate dependencies" example; sometimes more advanced code needs this.
parent
9deb8faf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
53c9740e
...
...
@@ -288,7 +288,7 @@ help:
#
# THE COMPILER CAN GENERATE DEPENDENCIES FROM SOURCE CODE
#
# % g++ -MM *.cpp
# % g++
-std=c++1z
-MM *.cpp
#
# ADD YOUR OWN DEPENDENCIES HERE
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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