summaryrefslogtreecommitdiff
path: root/.mrconfig.in
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-01-01 17:30:50 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-01-01 17:31:55 -0700
commitdb9150583884351ff8b1658ce79edd4f11f8b525 (patch)
treea3c463502b6ffef7986f3600f27b41e990c6f2d1 /.mrconfig.in
parenta90d9255052345acbb4d018384461edc2816231f (diff)
downloaddotfiles-db9150583884351ff8b1658ce79edd4f11f8b525.tar.gz
Revert "drop --with-native-compilation from workstation devel Emacs builds"
This reverts commit e98f4f4e84e73ba7e0b28fcee81a35fabc0d2f73. Cannot reproduce the rebuild-eln-every-time issue that prompted this change.
Diffstat (limited to '.mrconfig.in')
-rw-r--r--.mrconfig.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/.mrconfig.in b/.mrconfig.in
index 9a644e75..9b6a6829 100644
--- a/.mrconfig.in
+++ b/.mrconfig.in
@@ -426,9 +426,7 @@ checkout = git clone --no-checkout https://git.savannah.gnu.org/git/emacs.git em
configure =
test -f configure || ./autogen.sh
# These configure flags are for my workstation development builds.
- # No --with-native-compilation atm because it makes recompilation when
- # editing Emacs's C source too slow.
- ./configure --config-cache --with-pgtk \
+ ./configure --config-cache --with-native-compilation --with-pgtk \
# from etc/DEBUG
--enable-checking='yes,glyphs' --enable-check-lisp-object-type \
CFLAGS='-O0 -g3'