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:
parent
0f6285d45c
commit
5183561457
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
################################################################
|
################################################################
|
||||||
|
|
||||||
AM_CPPFLAGS = -D$(OS)
|
AM_CPPFLAGS = -D$(OS)
|
||||||
AM_CFLAGS = -g -pedantic
|
AM_CFLAGS = -pedantic
|
||||||
|
|
||||||
|
|
||||||
################################################################
|
################################################################
|
||||||
|
|
Loading…
Add table
Reference in a new issue