8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 09:20:39 +01:00

additional fix for building with ICU 76.1 (B3_0_Release)

There is another define needed to avoid unused C++ code that otherwise requires -std=c++17
This commit is contained in:
real-dam 2025-01-16 14:00:49 +00:00 committed by Alexander Peshkov
parent 37c1bcadba
commit c3475c5380

View File

@ -102,7 +102,7 @@ GLOB_OPTIONS:=
#____________________________________________________________________________
# Firebird needs no RTTI, make it build with icu-75.1
RTTI_FLAG:= -fno-rtti -DU_SHOW_CPLUSPLUS_API=0
RTTI_FLAG:= -fno-rtti -DU_SHOW_CPLUSPLUS_API=0 -DU_SHOW_CPLUSPLUS_HEADER_API=0
# If this is defined then we use special rules useful for developers only
IsDeveloper = @DEVEL_FLG@