From 8a1f0a38d4a7cef544001e86c569bde747db2ecb Mon Sep 17 00:00:00 2001 From: Chun Kuan Lee Date: Sun, 17 Feb 2019 18:08:44 +0800 Subject: scripted-diff: Remove NDEBUG pre-define -BEGIN VERIFY SCRIPT- sed -i 's/NDEBUG;//g' $(git grep --name-only 'NDEBUG;' build_msvc) -END VERIFY SCRIPT- --- build_msvc/libbitcoinconsensus/libbitcoinconsensus.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build_msvc/libbitcoinconsensus') diff --git a/build_msvc/libbitcoinconsensus/libbitcoinconsensus.vcxproj b/build_msvc/libbitcoinconsensus/libbitcoinconsensus.vcxproj index 961225f9ba..32ea070a05 100644 --- a/build_msvc/libbitcoinconsensus/libbitcoinconsensus.vcxproj +++ b/build_msvc/libbitcoinconsensus/libbitcoinconsensus.vcxproj @@ -160,7 +160,7 @@ MaxSpeed true true - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + WIN32;_CONSOLE;%(PreprocessorDefinitions) false ..\..\src;..\..\src\secp256k1\include; Sync @@ -181,7 +181,7 @@ MaxSpeed true true - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + WIN32;_CONSOLE;%(PreprocessorDefinitions) false ..\..\src;..\..\src\secp256k1\include; Sync -- cgit v1.2.3