mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-04-03 17:01:19 +00:00
Merge branch 'noasmcomp' into 'master'
Compile with NOASM=1 by default See merge request KartKrew/Kart-Public!347
This commit is contained in:
commit
a1d2b90aa1
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue