no optimization please - vx32 - Local 9vx git repository for patches.
 (HTM) git clone git://r-36.net/vx32
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit a9989cba55a2f58b832d82e744dba08a64256356
 (DIR) parent 18709578a20d2ee4a9bea7cc89710d230b9402ce
 (HTM) Author: tc@box <none@none>
       Date:   Sat, 29 May 2010 05:11:03 +0000
       
       no optimization please
       
       Diffstat:
         M src/Makefrag                        |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) 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