Skip to content

Commit e948b58

Browse files
committed
chore(build)[sc-97669]: use C++17 to match our Qt version
1 parent ae8caf6 commit e948b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wd_build_options.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
'-Wall',
1212
'-W',
1313
'-Wno-unused-parameter',
14-
'-std=gnu++11',
14+
'-std=gnu++17',
1515
],
1616

1717
'defines': [

0 commit comments

Comments
 (0)