emacs: adjust comment on withGcMarkTrace toggle
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user