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 2526
2526
'GCC_ENABLE_CPP_RTTI' : 'YES' , # -frtti
2527
2527
},
2528
2528
'defines' : ['ANTLR4CPP_STATIC' ],
2529
+ 'defines!' : [
2530
+ '_HAS_EXCEPTIONS=0' ,
2531
+ 'BUILDING_V8_SHARED=1' ,
2532
+ ],
2529
2533
'include_dirs' : [
2530
2534
'../third_party/antlr4/runtime/Cpp/runtime/src' ,
2531
2535
'../src/torque' ,
2532
2536
],
2537
+ # This is defined trough `configurations` for GYP+ninja compatibility
2538
+ 'configurations' : {
2539
+ 'Debug' : {
2540
+ 'msvs_settings' : {
2541
+ 'VCCLCompilerTool' : {
2542
+ 'RuntimeTypeInfo' : 'true' ,
2543
+ 'ExceptionHandling' : 1 ,
2544
+ },
2545
+ }
2546
+ },
2547
+ 'Release' : {
2548
+ 'msvs_settings' : {
2549
+ 'VCCLCompilerTool' : {
2550
+ 'RuntimeTypeInfo' : 'true' ,
2551
+ 'ExceptionHandling' : 1 ,
2552
+ },
2553
+ }
2554
+ },
2555
+ },
2533
2556
'sources' : [
2534
2557
'../src/torque/TorqueBaseVisitor.cpp' ,
2535
2558
'../src/torque/TorqueBaseVisitor.h' ,
You can’t perform that action at this time.
0 commit comments