emacs: adjust comment on withGcMarkTrace toggle (#449491)

This commit is contained in:
Lin Jian
2025-10-07 12:47:32 +00:00
committed by GitHub
@@ -74,7 +74,8 @@
withCairo ? withX,
withCsrc ? true,
withDbus ? stdenv.hostPlatform.isLinux,
withGcMarkTrace ? false, # increase gc performance for reduced debugability
# https://github.com/emacs-mirror/emacs/blob/emacs-30.2/etc/NEWS#L52-L56
withGcMarkTrace ? false,
withGTK3 ? withPgtk && !noGui,
withGlibNetworking ? withPgtk || withGTK3 || (withX && withXwidgets),
withGpm ? stdenv.hostPlatform.isLinux,