Browse Source

Add debug to make

Type `make debug` to use.
pull/4/head
galaxyhaxz 8 years ago committed by GitHub
parent
commit
e81f721148
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Makefile

4
Makefile

@ -21,6 +21,10 @@ LDFLAGS=-L./ -static-libgcc -mwindows
all: devilution.exe
debug: CXXFLAGS += -D_DEBUG
debug: CPPFLAGS += -D_DEBUG
debug: devilution.exe
DIABLO_SRC=$(wildcard Source/*.cpp)
OBJS=$(DIABLO_SRC:.cpp=.o)

Loading…
Cancel
Save