From cb01b1a863efef6158de03551f73205be46a8112 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Fri, 4 Oct 2024 17:02:07 +0300 Subject: [PATCH] Disable native compilation AOT mode Signed-off-by: David Abdurachmanov --- emacs.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/emacs.spec b/emacs.spec index 2e96e60..d941f7c 100644 --- a/emacs.spec +++ b/emacs.spec @@ -327,7 +327,7 @@ ln -s ../configure . --with-jpeg \ --with-json \ --with-modules \ - --with-native-compilation=aot \ + --with-native-compilation \ --with-png \ --with-rsvg \ --with-sqlite3 \ @@ -350,7 +350,7 @@ mkdir build-nw && cd build-nw ln -s ../configure . %configure --with-json \ --with-modules \ - --with-native-compilation=aot \ + --with-native-compilation \ --with-sqlite3 \ --without-tree-sitter \ %if %{without gpm} @@ -376,7 +376,7 @@ ln -s ../configure . --with-jpeg \ --with-json \ --with-modules \ - --with-native-compilation=aot \ + --with-native-compilation \ --with-png \ --with-rsvg \ --with-sqlite3 \ @@ -404,7 +404,7 @@ ln -s ../configure . --with-jpeg \ --with-json \ --with-modules \ - --with-native-compilation=aot \ + --with-native-compilation \ --with-pgtk \ --with-png \ --with-rsvg \