Skip to content

Commit a81d4e4

Browse files
committed
Fixed build - ICU is using now c++17 features in c++API
1 parent ffd396f commit a81d4e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

builds/posix/make.defaults

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ GLOB_OPTIONS:=
103103

104104
#____________________________________________________________________________
105105

106-
# Global c++ flags: firebird needs no RTTI, choose build standard
107-
PLUSPLUS_FLAGS:= -fno-rtti -std=c++11
106+
# Global c++ flags: firebird needs no RTTI, choose build standard, make it build with icu-75.1
107+
PLUSPLUS_FLAGS:= -fno-rtti -std=c++11 -DU_SHOW_CPLUSPLUS_API=0
108108

109109
# If this is defined then we use special rules useful for developers only
110110
IsDeveloper = @DEVEL_FLG@

0 commit comments

Comments
 (0)