Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/debugger-libs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornosami <jasonimison@gmail.com>2019-07-29 09:37:09 +0300
committernosami <jasonimison@gmail.com>2019-07-29 09:37:09 +0300
commit6c83cf6c408c99bf6dcec3b9a3b7a5d9da92d489 (patch)
tree85646dec7367ce6341a4bef563af62b216dac2d9 /Mono.Debugger.Soft
parentb5d32e1ad32e9d1013e2d3b10d043880a59464ea (diff)
Add compilation flag to release build
Diffstat (limited to 'Mono.Debugger.Soft')
-rw-r--r--Mono.Debugger.Soft/Mono.Debugger.Soft.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mono.Debugger.Soft/Mono.Debugger.Soft.csproj b/Mono.Debugger.Soft/Mono.Debugger.Soft.csproj
index 721a390..6e892ad 100644
--- a/Mono.Debugger.Soft/Mono.Debugger.Soft.csproj
+++ b/Mono.Debugger.Soft/Mono.Debugger.Soft.csproj
@@ -31,7 +31,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>False</ConsolePause>
- <DefineConstants>MONO_DATACONVERTER_STATIC_METHODS</DefineConstants>
+ <DefineConstants>MONO_DATACONVERTER_STATIC_METHODS;ENABLE_CECIL</DefineConstants>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
</PropertyGroup>
<Import Project="..\Mono.Debugging.settings" />