From 736e9bcdc5f24c1e5ec53d6d2ee341784390d7e7 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Fri, 23 Jan 2026 16:05:28 +0100 Subject: [PATCH] Moved -Wno-ignored-attributes from release to common flags for bcc64x * templates/bmakecommon.mpt: --- templates/bmakecommon.mpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/bmakecommon.mpt b/templates/bmakecommon.mpt index 08d4c330..526703d7 100644 --- a/templates/bmakecommon.mpt +++ b/templates/bmakecommon.mpt @@ -113,7 +113,7 @@ linker_exe_arguments = $(EXEFLAGS) $(LFLAGS) $(STARTUP_OBJ) $(OBJFILES), $(OUTPU bcc64x { debug_flags = -g -O0 -release_flags = -Wno-ignored-attributes +release_flags = optimize_flags = -O3 unicode_flags = -tU unicode_linker_flags = -tU @@ -126,7 +126,7 @@ binary_flags = -tR -tD thr_flags = -tM lib_ext = .lib common_defines = WIN32 _WINDOWS WIN64 -common_flags = +common_flags = -Wno-ignored-attributes obj_ext = .o linker_paths = startup_bits = 64