---- /dev/humancontroller  ---- 6b8cb0d disable optimizations for the compilation of some tools (Q3CPP) diff --git src/tools/lcc/Makefile src/tools/lcc/Makefile index 8dd5fb2..8cf666b 100644 --- src/tools/lcc/Makefile +++ src/tools/lcc/Makefile @@ -9,7 +9,7 @@ else endif CC=gcc -LCC_CFLAGS=-O2 -Wall -fno-strict-aliasing -MMD +LCC_CFLAGS=-Wall -MMD LDFLAGS= LD=gcc AR=ar