File tree 1 file changed +23
-0
lines changed
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 2522
2522
'GCC_ENABLE_CPP_RTTI' : 'YES' , # -frtti
2523
2523
},
2524
2524
'defines' : ['ANTLR4CPP_STATIC' ],
2525
+ 'defines!' : [
2526
+ '_HAS_EXCEPTIONS=0' ,
2527
+ 'BUILDING_V8_SHARED=1' ,
2528
+ ],
2525
2529
'include_dirs' : [
2526
2530
'../third_party/antlr4/runtime/Cpp/runtime/src' ,
2527
2531
'../src/torque' ,
2528
2532
],
2533
+ # This is defined trough `configurations` for GYP+ninja compatibility
2534
+ 'configurations' : {
2535
+ 'Debug' : {
2536
+ 'msvs_settings' : {
2537
+ 'VCCLCompilerTool' : {
2538
+ 'RuntimeTypeInfo' : 'true' ,
2539
+ 'ExceptionHandling' : 1 ,
2540
+ },
2541
+ }
2542
+ },
2543
+ 'Release' : {
2544
+ 'msvs_settings' : {
2545
+ 'VCCLCompilerTool' : {
2546
+ 'RuntimeTypeInfo' : 'true' ,
2547
+ 'ExceptionHandling' : 1 ,
2548
+ },
2549
+ }
2550
+ },
2551
+ },
2529
2552
'sources' : [
2530
2553
'../src/torque/TorqueBaseVisitor.cpp' ,
2531
2554
'../src/torque/TorqueBaseVisitor.h' ,
You can’t perform that action at this time.
0 commit comments