vx32

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

commit 87bedba4a2005a117ba26a28f7dee4120cb2274f
parent 5bfd69bcd2fce3ea03aa5144ed89d6fd58ce4494
Author: Jesus Galan Lopez (yiyus) <yiyu.jgl@gmail.com>
Date:   Sun,  6 Jun 2010 02:09:11 +0200

optimizations are not optimal

Diffstat:
src/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