diff --git a/compiler/options.pas b/compiler/options.pas index b41775d883..6c93eb2223 100644 --- a/compiler/options.pas +++ b/compiler/options.pas @@ -3812,6 +3812,8 @@ if (target_info.abi = abi_eabihf) then target_info.asmext:='.ll'; { always use section threadvars for now } include(target_info.flags,tf_section_threadvars); + { don't generate dwarf cfi, llvm will do that } + exclude(target_info.flags,tf_needs_dwarf_cfi); {$endif llvm} {$ifdef mipsel} case target_info.system of