From 36c40acb7cb0a8413e9b24ab48bf572f4aade102 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Wed, 7 Jan 2026 13:39:54 +0100 Subject: [PATCH] Use inlining also in a debug build with C++Builder * ACE/bin/MakeProjectCreator/config/acedefaults.mpb: --- ACE/bin/MakeProjectCreator/config/acedefaults.mpb | 1 - 1 file changed, 1 deletion(-) diff --git a/ACE/bin/MakeProjectCreator/config/acedefaults.mpb b/ACE/bin/MakeProjectCreator/config/acedefaults.mpb index bcc17609a93c5..37828f37d3ad5 100644 --- a/ACE/bin/MakeProjectCreator/config/acedefaults.mpb +++ b/ACE/bin/MakeProjectCreator/config/acedefaults.mpb @@ -16,7 +16,6 @@ project: ipv6, vc_warnings, build_files, test_files, svc_conf_files, ace_unicode // Support the alternative Borland Make project type specific(bmake) { unicode_flags += -DACE_USES_WCHAR - debug_macros += ACE_NO_INLINE=1 platform_libs += iphlpapi lit_libs -= iphlpapi }