Unverified Commit cca809c3 authored by Lin Jian's avatar Lin Jian Committed by GitHub
Browse files

emacs: adjust comment on withGcMarkTrace toggle (#449491)

parents e5a0bbc8 18362fea
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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,