rustc: Disable frame pointer omission

This commit is contained in:
Patrick Walton 2011-05-02 11:01:28 -07:00
parent a5ccead3fd
commit f969b227c1

View file

@ -55,6 +55,7 @@ extern "C" void LLVMRustWriteOutputFile(LLVMPassManagerRef PMR, LLVMModuleRef M,
// Set compilation options.
llvm::UnwindTablesMandatory = true;
llvm::NoFramePointerElim = true;
InitializeAllTargets();
InitializeAllAsmPrinters();