1
0
Fork 0
mirror of https://github.com/yarrick/iodine.git synced 2025-04-11 04:50:55 +00:00

autotools enables debugging (gcc -g) by default

This commit is contained in:
Barak A. Pearlmutter 2016-12-28 11:40:55 +01:00
parent 0f6285d45c
commit 5183561457

View file

@ -5,7 +5,7 @@
################################################################ ################################################################
AM_CPPFLAGS = -D$(OS) AM_CPPFLAGS = -D$(OS)
AM_CFLAGS = -g -pedantic AM_CFLAGS = -pedantic
################################################################ ################################################################