Compile with debug symbols.

This commit is contained in:
Murilo Pereira 2011-02-12 01:24:49 -02:00
parent ddeb3d335f
commit 97c69bdcba

View File

@ -1,5 +1,5 @@
CC = gcc CC = gcc
CFLAGS = -W -Wall -pedantic -ansi -std=c99 CFLAGS = -W -Wall -pedantic -ansi -std=c99 -g
LDFLAGS = -lncursesw LDFLAGS = -lncursesw
EXECUTABLE = bin/ttysolitaire EXECUTABLE = bin/ttysolitaire