We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9136116 commit 76159a3Copy full SHA for 76159a3
builds/posix/make.defaults
@@ -103,8 +103,8 @@ GLOB_OPTIONS:=
103
104
#____________________________________________________________________________
105
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
+# Global c++ flags: firebird needs no RTTI, choose build standard, make it build with icu-76.1
+PLUSPLUS_FLAGS:= -fno-rtti -std=c++11 -DU_SHOW_CPLUSPLUS_API=0 -DU_SHOW_CPLUSPLUS_HEADER_API=0
108
109
# If this is defined then we use special rules useful for developers only
110
IsDeveloper = @DEVEL_FLG@
0 commit comments