Skip to content
Snippets Groups Projects
Commit 53c9740e authored by paoletti's avatar paoletti
Browse files

Added -std=c++1z to the "Generate dependencies" example; sometimes more advanced code needs this.

parent 9deb8faf
No related branches found
No related tags found
No related merge requests found
...@@ -288,7 +288,7 @@ help: ...@@ -288,7 +288,7 @@ help:
# #
# THE COMPILER CAN GENERATE DEPENDENCIES FROM SOURCE CODE # THE COMPILER CAN GENERATE DEPENDENCIES FROM SOURCE CODE
# #
# % g++ -MM *.cpp # % g++ -std=c++1z -MM *.cpp
# #
# ADD YOUR OWN DEPENDENCIES HERE # ADD YOUR OWN DEPENDENCIES HERE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment