Index: emacs-29.2/src/comp.c =================================================================== --- emacs-29.2.orig/src/comp.c +++ emacs-29.2/src/comp.c @@ -5648,8 +5648,12 @@ For internal use. */); doc: /* If non-nil, compile loaded .elc files asynchronously. After compilation, each function definition is updated to use the -natively-compiled one. */); - native_comp_jit_compilation = true; +natively-compiled one. This variable is enabled by default upstream, +but disabled in Guix to better make use of precompiled packages. +Notably, Guix removes the hashes that prevent inadvertent shadowing +frm the file names of compiled libraries in order to facilitate grafts. +Enable at your own risk! */); + native_comp_jit_compilation = false; DEFSYM (Qnative_comp_speed, "native-comp-speed"); DEFSYM (Qnative_comp_debug, "native-comp-debug"); /select> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/build/svg.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-12-27 21:38:51 +0100
committerRicardo Wurmus <rekado@elephly.net>2025-01-20 21:37:27 +0100
commit76d6d3d4f3bdfd3b7cc387a92bef1963d1a69ebb (patch)
treeb55268fb6bdf1535a9a7837fbbd3bf7a5f197aa6 /gnu/build/svg.scm
parent3b4ee954db503b7fc10e0d1b7b040419ee77b2d1 (diff)
downloadguix-76d6d3d4f3bdfd3b7cc387a92bef1963d1a69ebb.tar.gz
guix-76d6d3d4f3bdfd3b7cc387a92bef1963d1a69ebb.zip
gnu: python-rdflib-6: Disable one test.
* gnu/packages/rdf.scm (python-rdflib-6)[arguments]: Disable one additional test. Change-Id: Ifcfe1b11d09299e219499ea77f792ca41aa02d9c
Diffstat (limited to 'gnu/build/svg.scm')
0 files changed, 0 insertions, 0 deletions