generator-napi-module icon indicating copy to clipboard operation
generator-napi-module copied to clipboard

cflags! and cflags_cc! in binding.gyp

Open Chris55 opened this issue 5 years ago • 0 comments

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?

Chris55 avatar Jul 19 '20 18:07 Chris55