-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to enable RTTI on Windows? #857
Comments
|
I've seen this issue and the fix appears to be set the value in both Debug and Release configurations. Otherwise it doesn't properly override the default setting.
|
Looks like this is resolved. I'll close. |
This has been the solution in my case. Thanks! |
I still fail on Release build... |
In my case, I don't use node-gyp anymore, I compile the bindings directly with Visual Studio. But at the time I was using the following: Electron: 5.0.6 |
I tried these, but it seems not work.
The text was updated successfully, but these errors were encountered: