X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=Makefile;h=ba2c9ef318469c61fd5af169e75ce46c0443dfc3;hp=0f7bd783b44cc790d61630ff590cd91ed902f66c;hb=beb80ff521fd0c5219bbe761c901ce486bca1913;hpb=43aef9ceb16d0e2821c5ee81ea9d7c2f7ace84bb diff --git a/Makefile b/Makefile index 0f7bd78..ba2c9ef 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Makefile for the open-source release of adventure 2.5 CC?=gcc -CCFLAGS=-std=c99 -O0 --coverage +CCFLAGS=-std=c99 LIBS= UNAME_S := $(shell uname -s) ifeq ($(UNAME_S),Linux) @@ -68,3 +68,6 @@ release: advent-$(VERS).tar.gz advent.html refresh: advent.html shipper -N -w version=$(VERS) | sh -e -x + +debug: CCFLAGS += -O0 --coverage +debug: advent