mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-08 01:05:59 +02:00
Breakpoint hotkeys, autocomplete fix
This commit is contained in:
parent
d6a9f4c9ca
commit
1c6c06fa4d
20 changed files with 316 additions and 262 deletions
|
@ -95,14 +95,6 @@ COptimizationLevel = "O2"
|
|||
ConfigSelections = {mintest = {Config = "Debug"}}
|
||||
|
||||
[Configs.Test.Win64]
|
||||
EmitDynamicCastCheck = false
|
||||
EnableObjectDebugFlags = false
|
||||
EmitObjectAccessCheck = false
|
||||
EnableRealtimeLeakCheck = false
|
||||
AllowHotSwapping = false
|
||||
AllocStackTraceDepth = 0
|
||||
COptimizationLevel = "O2"
|
||||
ConfigSelections = {mintest = {Config = "Debug"}}
|
||||
|
||||
[Configs.Test.WinFart]
|
||||
Toolset = "GNU"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue