We do not always run i386 systems

This commit is contained in:
niklas 1997-12-02 09:46:41 +00:00
parent ed134ed198
commit 209f64528c

View File

@ -16,7 +16,7 @@
SHELL = /bin/sh
! HZ = 128
CFLAGS = -DTIME
! OPTON = -s -static -O -m486 -finline-functions -funroll-loops -fomit-frame-pointer
! OPTON = -s -static -O6 -finline-functions -funroll-loops -fomit-frame-pointer
! #optimization on (give it your best shot)
! # -- check your compiler man
! OPTOFF = -O0 -static #optimization off -- check your compiler man