generator-napi-module
generator-napi-module copied to clipboard
cflags! and cflags_cc! in binding.gyp
with the yo napi-module command the bindin.gyp file contains
'cflags!': [ '-fno-exceptions' ], 'cflags_cc!': [ '-fno-exceptions' ],
wondering the meaning of ! after cflags and cflags_cc. Is that a typo?