Skip to content

Commit

Permalink
added mold linker to conf.pri.example
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
silverqx committed Apr 2, 2023
1 parent 2dca8ca commit e74d987
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conf.pri.example
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,7 @@ else:unix {
# Use faster linkers
clang: CONFIG *= use_lld_linker
else: CONFIG *= use_gold_linker

# Or use mold linker
# QMAKE_LFLAGS *= -fuse-ld=mold
}
3 changes: 3 additions & 0 deletions examples/tom/conf.pri.example
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,7 @@ else:unix {
# Use faster linkers
clang: CONFIG *= use_lld_linker
else: CONFIG *= use_gold_linker

# Or use mold linker
# QMAKE_LFLAGS *= -fuse-ld=mold
}
3 changes: 3 additions & 0 deletions tests/conf.pri.example
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,7 @@ else:unix {
# Use faster linkers
clang: CONFIG *= use_lld_linker
else: CONFIG *= use_gold_linker

# Or use mold linker
# QMAKE_LFLAGS *= -fuse-ld=mold
}
3 changes: 3 additions & 0 deletions tests/testdata_tom/conf.pri.example
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,7 @@ else:unix {
# Use faster linkers
clang: CONFIG *= use_lld_linker
else: CONFIG *= use_gold_linker

# Or use mold linker
# QMAKE_LFLAGS *= -fuse-ld=mold
}

0 comments on commit e74d987

Please sign in to comment.