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/libbitcoin_crypto/libbitcoin_crypto.vcxproj.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build_msvc/libbitcoin_crypto') diff --git a/build_msvc/libbitcoin_crypto/libbitcoin_crypto.vcxproj.in b/build_msvc/libbitcoin_crypto/libbitcoin_crypto.vcxproj.in index a05125723a..ad183d4904 100644 --- a/build_msvc/libbitcoin_crypto/libbitcoin_crypto.vcxproj.in +++ b/build_msvc/libbitcoin_crypto/libbitcoin_crypto.vcxproj.in @@ -119,7 +119,7 @@ MaxSpeed true true - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + WIN32;_CONSOLE;%(PreprocessorDefinitions) true ..\..\src MultiThreaded @@ -138,7 +138,7 @@ MaxSpeed true true - NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + _CONSOLE;%(PreprocessorDefinitions) true ..\..\src MultiThreaded -- cgit v1.2.3