Fix the suggested command line to build to amalgamation_demo; it needs C++17 for string_view
This commit is contained in:
parent
3d30fd5440
commit
2a3e9b5476
|
@ -1 +1 @@
|
|||
c++ -march=native -O3 -std=c++11 -o amalgamation_demo amalgamation_demo.cpp && ./amalgamation_demo ../jsonexamples/twitter.json
|
||||
c++ -march=native -O3 -std=c++17 -o amalgamation_demo amalgamation_demo.cpp && ./amalgamation_demo ../jsonexamples/twitter.json
|
||||
|
|
Loading…
Reference in New Issue