Skip to content

Commit

Permalink
trying to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andarut committed Oct 14, 2023
1 parent 80bd5fe commit e354737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/compiler-settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ void CompilerSettings::init() {
ss << " -iquote" << kphp_src_path.get()
<< " -iquote " << kphp_src_path.get() << "objs/generated/auto/runtime";
ss << " -Wall -fwrapv -Wno-parentheses -Wno-trigraphs";
ss << " -fno-strict-aliasing -fno-omit-frame-pointer";
ss << " -fno-strict-aliasing -fno-omit-frame-pointer -fno-lto";
#ifdef __x86_64__
ss << " -march=sandybridge";
#elif __aarch64__
Expand Down

0 comments on commit e354737

Please sign in to comment.