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>
|
||||||
<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>
|
||||||
|
|
|
@ -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`
|
||||||
|
|
Loading…
Reference in New Issue