From 97c640a33cfb37e7be92231c56b8d0517461fd92 Mon Sep 17 00:00:00 2001 From: de4dot Date: Fri, 9 Aug 2019 21:17:51 +0200 Subject: [PATCH] Re-enable the Intel formatter in Release builds --- Directory.Build.props | 2 -- README.md | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 60a38a18f..ce838d056 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -19,8 +19,6 @@ TRACE - - $(DefineConstants);NO_INTEL_FORMATTER diff --git a/README.md b/README.md index 15042ad44..4cf09a36b 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,12 @@ Formatters: - `MasmFormatter` - `NasmFormatter` - `GasFormatter` + - `IntelFormatter` - `FormatterOptions` - `MasmFormatterOptions` - `NasmFormatterOptions` - `GasFormatterOptions` + - `IntelFormatterOptions` - `FormatterOutput` - `StringBuilderFormatterOutput` - `ISymbolResolver`