Skip to content

Commit

Permalink
[binding.gyp] Add -std=c++17 flag
Browse files Browse the repository at this point in the history
Sdf format version 9.0 requires c++17 to be compiled

gazebosim/sdformat#251
  • Loading branch information
FelipeGdM committed Feb 1, 2021
1 parent 229acb5 commit c3cdede
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gzbridge/binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"OgreMaterialParser.cc", "OgreMaterialParser.hh"],
'cflags_cc!': [ '-fno-rtti', '-fno-exceptions' ],
'cflags!': [ '-fno-exceptions' ],
"cflags_cc": [ '-std=c++17' ],
"conditions": [
['OS=="linux"', {
'cflags': [
Expand Down

0 comments on commit c3cdede

Please sign in to comment.