enable new dynarec for aarch64

This commit is contained in:
Robert de Rooy
2022-03-20 10:12:52 +01:00
parent 5568169407
commit 185ec39ef2

View File

@@ -55,7 +55,7 @@ Collection of ROMs for use with 86Box.
%ifarch i386 x86_64
%cmake -DRELEASE=on #-DNEW_DYNAREC=on
%else
%cmake -DRELEASE=on -DDYNAREC=off #-DNEW_DYNAREC=on
%cmake -DRELEASE=on -DDYNAREC=off -DNEW_DYNAREC=on
%endif
%cmake_build