rustc: Disable frame pointer omission
This commit is contained in:
parent
a5ccead3fd
commit
f969b227c1
@ -55,6 +55,7 @@ extern "C" void LLVMRustWriteOutputFile(LLVMPassManagerRef PMR, LLVMModuleRef M,
|
||||
|
||||
// Set compilation options.
|
||||
llvm::UnwindTablesMandatory = true;
|
||||
llvm::NoFramePointerElim = true;
|
||||
|
||||
InitializeAllTargets();
|
||||
InitializeAllAsmPrinters();
|
||||
|
Loading…
x
Reference in New Issue
Block a user