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:
parent
37c1bcadba
commit
c3475c5380
@ -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@
|
||||
|
Loading…
Reference in New Issue
Block a user