Skip to content

Commit

Permalink
c++17 (commaai#5)
Browse files Browse the repository at this point in the history
* c++17

* 1z
  • Loading branch information
pd0wm authored Oct 17, 2020
1 parent 3226707 commit 10bf459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env = Environment(
"-Werror=format-extra-args",
],
CFLAGS="-std=gnu11",
CXXFLAGS="-std=c++14",
CXXFLAGS="-std=c++1z",
)


Expand Down

0 comments on commit 10bf459

Please sign in to comment.