mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-26 03:28:02 +02:00
Arithmetic overflow checks
This commit is contained in:
parent
1f0d2dcc82
commit
eb375362a1
29 changed files with 503 additions and 87 deletions
|
@ -796,6 +796,8 @@ namespace IDE.ui
|
|||
scope String[] ( "No", "Yes" ));
|
||||
AddPropertiesItem(category, "Object Access Check", "mEmitObjectAccessCheck",
|
||||
scope String[] ( "No", "Yes" ));
|
||||
AddPropertiesItem(category, "Arithmetic Check", "mArithmeticCheck",
|
||||
scope String[] ( "No", "Yes" ));
|
||||
AddPropertiesItem(category, "Realtime Leak Check", "mEnableRealtimeLeakCheck",
|
||||
scope String[] ( "No", "Yes" ));
|
||||
AddPropertiesItem(category, "Enable Hot Compilation", "mAllowHotSwapping",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue