diff --git a/compiler/systems/i_bsd.pas b/compiler/systems/i_bsd.pas index e91d574501..b931a1c017 100644 --- a/compiler/systems/i_bsd.pas +++ b/compiler/systems/i_bsd.pas @@ -458,7 +458,7 @@ unit i_bsd; system : system_i386_darwin; name : 'Darwin for i386'; shortname : 'Darwin'; - flags : [tf_p_ext_support,tf_files_case_sensitive,tf_use_function_relative_addresses]; + flags : [tf_p_ext_support,tf_files_case_sensitive]; cpu : cpu_i386; unit_env : 'BSDUNITS'; extradefines : 'UNIX;BSD;HASUNIX';