mirror of https://github.com/icedland/iced.git
Re-enable the Intel formatter in Release builds
This commit is contained in:
parent
8f04ddda91
commit
97c640a33c
|
@ -19,8 +19,6 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||
<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>
|
||||
|
||||
</Project>
|
||||
|
|
|
@ -35,10 +35,12 @@ Formatters:
|
|||
- `MasmFormatter`
|
||||
- `NasmFormatter`
|
||||
- `GasFormatter`
|
||||
- `IntelFormatter`
|
||||
- `FormatterOptions`
|
||||
- `MasmFormatterOptions`
|
||||
- `NasmFormatterOptions`
|
||||
- `GasFormatterOptions`
|
||||
- `IntelFormatterOptions`
|
||||
- `FormatterOutput`
|
||||
- `StringBuilderFormatterOutput`
|
||||
- `ISymbolResolver`
|
||||
|
|
Loading…
Reference in New Issue