compile with -g

This commit is contained in:
Albert S. 2013-09-21 20:44:51 +02:00
bovenliggende a42855c95b
commit 2209e47c3c
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen

Bestand weergeven

@ -1,2 +1,2 @@
all: adhocify.c
gcc adhocify.c -std=c99 -Wall -Wextra -pedantic -o adhocify
gcc adhocify.c -g -std=c99 -Wall -Wextra -pedantic -o adhocify