Merge branch 'noasmcomp' into 'master'

Compile with NOASM=1 by default

See merge request KartKrew/Kart-Public!347
This commit is contained in:
Alu Folie 2024-03-31 20:40:11 +00:00
commit a1d2b90aa1

View file

@ -148,6 +148,9 @@ D_FILES=$(D_DIR)/srb2.srb \
PKG_CONFIG?=pkg-config
NOASM=1
# The software renderer is very prone due to old asm code, so disable it by default
ifdef WIILINUX
LINUX=1
endif