summaryrefslogtreecommitdiff
path: root/.mrconfig.in
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-01-06 17:23:24 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-01-06 17:23:31 -0700
commitdd33a16fe5c012987457b782df66d2d1814e6261 (patch)
tree320d628e08aaf5060462717fbfbacea833b10489 /.mrconfig.in
parentd319ca3653832f333b4775ba40eca14847dd273b (diff)
downloaddotfiles-dd33a16fe5c012987457b782df66d2d1814e6261.tar.gz
another TODO regarding Emacs devel builds
Diffstat (limited to '.mrconfig.in')
-rw-r--r--.mrconfig.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/.mrconfig.in b/.mrconfig.in
index 6878f057..65dfd402 100644
--- a/.mrconfig.in
+++ b/.mrconfig.in
@@ -444,6 +444,12 @@ lib =
# sometimes in order to use preprocessor macros in break point conditions, so
# perhaps we want to implement all this as Emacs abbrevs, so that we can edit
# them just before running them.
+#
+# TODO Do we want to drop --with-native-compilation for these builds?
+# Specifically for the reason that it results in laptop churning away natively
+# all installed addons when it may well be on battery power. Secondarily
+# because it makes bootstrap builds v. slow. I can probably survive Org
+# agenda slowness?
debug =
prep
./configure $opts --enable-checking='yes,glyphs' CFLAGS='-O0 -g3' "$@"