Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions builds/posix/make.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ GLOB_OPTIONS:=

#____________________________________________________________________________

# Firebird needs no RTTI, make it build with icu-75.1
RTTI_FLAG:= -fno-rtti -DU_SHOW_CPLUSPLUS_API=0
# Firebird needs no RTTI, make it build with icu-76.1
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@
Expand Down
Loading