diff --git a/binding.gyp b/binding.gyp index c2fbe2d..3494e3e 100644 --- a/binding.gyp +++ b/binding.gyp @@ -4,7 +4,7 @@ # Main binding target 'target_name': 'Bindings', 'win_delay_load_hook': 'false', - 'cflags_cc': ['-fexceptions', '-std=c++17'], + 'cflags_cc': ['-fexceptions','-fpermissive', '-std=c++17'], 'cxxflags': ['-fexceptions', '-fpermissive', '-std=c17'], "msvs_settings": { "VCCLCompilerTool": {