Re-enable the Intel formatter in Release builds

This commit is contained in:
de4dot 2019-08-09 21:17:51 +02:00
parent 8f04ddda91
commit 97c640a33c
2 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,6 @@
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DefineConstants>TRACE</DefineConstants> <DefineConstants>TRACE</DefineConstants>
<!-- NOTE: if you add/remove a feature, some/all of the generated tables must be recreated, see Generator project -->
<DefineConstants>$(DefineConstants);NO_INTEL_FORMATTER</DefineConstants>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

View File

@ -35,10 +35,12 @@ Formatters:
- `MasmFormatter` - `MasmFormatter`
- `NasmFormatter` - `NasmFormatter`
- `GasFormatter` - `GasFormatter`
- `IntelFormatter`
- `FormatterOptions` - `FormatterOptions`
- `MasmFormatterOptions` - `MasmFormatterOptions`
- `NasmFormatterOptions` - `NasmFormatterOptions`
- `GasFormatterOptions` - `GasFormatterOptions`
- `IntelFormatterOptions`
- `FormatterOutput` - `FormatterOutput`
- `StringBuilderFormatterOutput` - `StringBuilderFormatterOutput`
- `ISymbolResolver` - `ISymbolResolver`