cosmic-notifications/switch-to-mold.patch

16 lines
706 B
Diff
Raw Permalink Normal View History

Binary files cosmic-notifications/.git/index and cosmic-notifications-patched/.git/index differ
diff -rub cosmic-notifications/justfile cosmic-notifications-patched/justfile
--- cosmic-notifications/justfile 2024-03-16 03:28:27.812540497 +0100
+++ cosmic-notifications-patched/justfile 2024-03-16 21:29:33.248355375 +0100
@@ -12,8 +12,8 @@
bin-dst := base-dir / 'bin' / name
# Use lld linker if available
-ld-args := if `which lld || true` != '' {
- '-C link-arg=-fuse-ld=lld -C link-arg=-Wl,--build-id=sha1 -Clink-arg=-Wl,--no-rosegment'
+ld-args := if `which mold || true` != '' {
+ '-C link-arg=-fuse-ld=mold -C link-arg=-Wl,--build-id=sha1 -Clink-arg=-Wl,--no-rosegment'
} else {
''
}