Skip to content

Commit f49d262

Browse files
author
Sebastian Kreutzer
committed
Adjust cage cxxflags
1 parent 5965b46 commit f49d262

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/config/MCGConfig.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ int main(int argc, char** argv) {
6262

6363
if (result.contains("cflags")) {
6464
if (useCaGe) {
65-
std::cout << " -flto -fuse-ld=lld ";
65+
std::cout << " -flto ";
6666
}
6767
}
6868

6969
if (result.contains("cxxflags")) {
7070
if (useCaGe) {
71-
std::cout << " -flto -fuse-ld=lld ";
71+
std::cout << " -flto ";
7272
}
7373
}
7474

0 commit comments

Comments
 (0)