vx32

Local 9vx git repository for patches.
git clone git://r-36.net/vx32
Log | Files | Refs

commit a9989cba55a2f58b832d82e744dba08a64256356
parent 18709578a20d2ee4a9bea7cc89710d230b9402ce
Author: tc@box <none@none>
Date:   Sat, 29 May 2010 05:11:03 +0000

no optimization please

Diffstat:
Msrc/Makefrag | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Makefrag b/src/Makefrag @@ -1,8 +1,8 @@ # Main top-level makefile fragment for the vx32 virtual machine. # Compiler flags common to both host and VX32 environment files. -COMMON_CFLAGS = -g -O3 -MD -std=gnu99 -I. $(CFLAGS) -#COMMON_CFLAGS = -g -MD -std=gnu99 -I. $(CFLAGS) +#COMMON_CFLAGS = -g -O3 -MD -std=gnu99 -I. $(CFLAGS) +COMMON_CFLAGS = -g -MD -std=gnu99 -I. $(CFLAGS) COMMON_LDFLAGS = -g -L. $(LDFLAGS) # Host environment compiler options