rustc: Disable frame pointer omission
This commit is contained in:
parent
a5ccead3fd
commit
f969b227c1
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ extern "C" void LLVMRustWriteOutputFile(LLVMPassManagerRef PMR, LLVMModuleRef M,
|
|||
|
||||
// Set compilation options.
|
||||
llvm::UnwindTablesMandatory = true;
|
||||
llvm::NoFramePointerElim = true;
|
||||
|
||||
InitializeAllTargets();
|
||||
InitializeAllAsmPrinters();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue