Disable mult/div and memset optimizations when debugging Lightrec
authorPaul Cercueil <paul@crapouillou.net>
Fri, 17 Jan 2025 00:49:07 +0000 (01:49 +0100)
committernotaz <notasas@gmail.com>
Mon, 20 Jan 2025 20:08:27 +0000 (22:08 +0200)
commit746146baf4cb036a63de67549f0bbf838ee291fa
treec317e393d6af7a24b121799393addf17a5dda34d
parent97fa754ea10367f512b08c11c6f661d0beb1934f
Disable mult/div and memset optimizations when debugging Lightrec

These optimizations cause Lightrec's interpreter and dynarec to have
different behaviours.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Makefile
include/lightrec/lightrec-config.h
jni/Android.mk