Skip to content

Commit

Permalink
Added jumparound to build process.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 27, 2005
1 parent 871d9fe commit b68c691
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions visualize/makefile
Expand Up @@ -7,14 +7,15 @@ DEFS += -Ddumpptr="uint32" -Dtick_t="unsigned int"
#DEFS += -D_HAVE_ASM_BYTEORDER_H_=1

CC = gcc
OPTS = -O0
#OPTS = -O0
OPTS = -O3 -falign-loops=16 -fomit-frame-pointer -mdynamic-no-pic -D_NDEBUG=1
#OPTS = -O3 -mcpu=i686 -march=pentium3 -fomit-frame-pointer -D_NDEBUG=1
CFLAGS = $(OPTS) -pipe -g -Wall -c $(DEFS) -fexceptions -o
LDFLAGS = -o
DLL_LDFLAGS = -shared -o
LD = g++

OBJS = dumpfile.o stats.o
OBJS = dumpfile.o stats.o jumparound.o

STATS = stats
STATSOBJS = dumpfile.o stats.o
Expand Down

0 comments on commit b68c691

Please sign in to comment.