We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5965b46 commit f49d262Copy full SHA for f49d262
utils/config/MCGConfig.cpp
@@ -62,13 +62,13 @@ int main(int argc, char** argv) {
62
63
if (result.contains("cflags")) {
64
if (useCaGe) {
65
- std::cout << " -flto -fuse-ld=lld ";
+ std::cout << " -flto ";
66
}
67
68
69
if (result.contains("cxxflags")) {
70
71
72
73
74
0 commit comments