diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/pmax/conf/Makefile.pmax | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/pmax/conf/Makefile.pmax b/sys/arch/pmax/conf/Makefile.pmax index 82c02665ffc..c3c016f1f46 100644 --- a/sys/arch/pmax/conf/Makefile.pmax +++ b/sys/arch/pmax/conf/Makefile.pmax @@ -47,7 +47,7 @@ CDIAGFLAGS= -Werror -Wno-main CMACHFLAGS= -mno-abicalls -mcpu=r3000 -CFLAGS= ${DEBUG} -O2 ${CDIAGFLAGS} ${CMACHFLAGS} ${COPTS} +CFLAGS= ${DEBUG} -O ${CDIAGFLAGS} ${CMACHFLAGS} ${COPTS} AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE LINKFLAGS= -N -Ttext 80030000 -e start STRIPFLAGS= -d |