Compare commits

...

1 Commits

Author SHA1 Message Date
Simon Renblad c41354dde0 disable LTO for libunwind 2024-05-14 14:11:09 +08:00
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ mod llvm_libunwind {
cfg.flag("-fno-stack-protector");
cfg.flag("--target=armv7-none-eabihf");
cfg.flag("-O2");
cfg.flag("-flto");
cfg.flag("-std=c99");
cfg.flag("-fstrict-aliasing");