You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nw-gyp auto add _HAS_ITERATOR_DEBUGGING=0 to compiler defines.
This prevents me from linking many external static libs with such error.
Is this macro really needed? This is really hard for me. I may add _HAS_ITERATOR_DEBUGGING=0 to my own lib but for external libs or lib depends on external libs I cannot do anything but compiling them fron source.
I've also tried node-gyp and found no such problem.
More info: Env Win10 x64 with VS2017 build for nw target v0.49.2
Min reproduct project here: gyp_test.zip (Just run run-gyp.bat)
The text was updated successfully, but these errors were encountered:
WJsjtu
changed the title
nw-gyp auto add _HAS_ITERATOR_DEBUGGING=0 to compiler defines
nw-gyp auto add _HAS_ITERATOR_DEBUGGING=0 to compiler defines for debug
Jan 22, 2022
nw-gyp auto add _HAS_ITERATOR_DEBUGGING=0 to compiler defines.
This prevents me from linking many external static libs with such error.
Is this macro really needed? This is really hard for me. I may add _HAS_ITERATOR_DEBUGGING=0 to my own lib but for external libs or lib depends on external libs I cannot do anything but compiling them fron source.
I've also tried node-gyp and found no such problem.
More info: Env Win10 x64 with VS2017 build for nw target v0.49.2
Min reproduct project here: gyp_test.zip (Just run run-gyp.bat)
The text was updated successfully, but these errors were encountered: