[client] moved DEBUG define into a CFLAG

This commit is contained in:
Geoffrey McRae
2017-10-29 13:05:39 +11:00
parent 0f24d72dbb
commit d60f9988c9
4 changed files with 1 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
CFLAGS=-g -Og -std=gnu99 -march=native -Wall -Werror -I./
CFLAGS=-g -Og -std=gnu99 -march=native -Wall -Werror -I./ -DDEBUG
LDFLAGS=-lrt -lGL
CFLAGS+=`pkg-config --cflags sdl2`