Disable native compilation AOT mode

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2024-10-04 17:02:07 +03:00
parent 86db569746
commit cb01b1a863
Signed by: davidlt
GPG Key ID: 7A5F42FAF91FACC3

View File

@ -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 \