here is what I change in my makefiles
DFLAGS=-DDEBUG=5 -DEQDEBUG=2 -DSHAREMEM -DCATCH_CRASH -DNO_PIDLOG -DFIELD_ITEMS -DIRC -Di386 -DAPP_OPCODE_SIZE=2 -DEQBOTS
COPTS=$(WFLAGS) -march=native -O3 -pthread -pipe
I also remove the -g and -pg flags if they are there.
I take it you want me to change the DEQDEBUG=2 to something like DEQDEBUG=5?
|