Skip to content

Compile with NOASM=1 by default

Alu Folie requested to merge alufolie91/Kart-Public2:noasmcomp into master

The asm code for the software renderer is very old and unstable which leads to alot of random segfaults when using it, so disable it by default modern GCC is very good at optimizing code anyways, so theres no real benefit in keeping those

Merge request reports