From 08252081c18bbe84c7d5d1a8a62c8ca3c5275f0a Mon Sep 17 00:00:00 2001 From: DeaDDooMER Date: Tue, 28 Mar 2023 17:11:39 +0300 Subject: [PATCH] build: do not force notes (fpc 3.2.x emit too many useless notes) --- src/shared/a_modes.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/a_modes.inc b/src/shared/a_modes.inc index 3a145d9..a7f5ab1 100644 --- a/src/shared/a_modes.inc +++ b/src/shared/a_modes.inc @@ -66,7 +66,7 @@ {$DEFINE D2F_MORE_OPTIM} {$ENDIF} {$WARNINGS ON} -{$NOTES ON} +{.$NOTES ON} {$IF DEFINED(D2F_DEBUG_OPTIM) or DEFINED(D2F_MORE_OPTIM)} {$OPTIMIZATION DEADVALUES} -- 2.29.2