Disable native compilation AOT mode
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
86db569746
commit
cb01b1a863
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user