We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5289f80 commit e8a4568Copy full SHA for e8a4568
1 file changed
common.gypi
@@ -333,6 +333,7 @@
333
[ 'OS in "linux freebsd openbsd solaris android aix cloudabi"', {
334
'cflags': [ '-Wall', '-Wextra', '-Wno-unused-parameter', ],
335
'cflags_cc': [ '-fno-rtti', '-fno-exceptions', '-std=gnu++1y' ],
336
+ 'defines': ['__STDC_FORMAT_MACROS' ],
337
'ldflags': [ '-rdynamic' ],
338
'target_conditions': [
339
# The 1990s toolchain on SmartOS can't handle thin archives.
0 commit comments