Compile with debug symbols.
This commit is contained in:
parent
ddeb3d335f
commit
97c69bdcba
2
Makefile
2
Makefile
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user