Skip to content

Commit 0121b0e

Browse files
authored
Merge 036f2c2 into 9136116
2 parents 9136116 + 036f2c2 commit 0121b0e

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, make it build with icu-75.1
107-
PLUSPLUS_FLAGS:= -fno-rtti -std=c++11 -DU_SHOW_CPLUSPLUS_API=0
106+
# Global c++ flags: firebird needs no RTTI, choose build standard, make it build with icu-76.1
107+
PLUSPLUS_FLAGS:= -fno-rtti -std=c++11 -DU_SHOW_CPLUSPLUS_API=0 -DU_SHOW_CPLUSPLUS_HEADER_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)