diff options
author | EuAndreh <eu@euandre.org> | 2021-02-20 01:54:50 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-02-20 01:54:50 -0300 |
commit | 793b782617b0667eefa938a836f24d8a5e087bb0 (patch) | |
tree | 8ce2651fa1e04f2d2a79370e205dd72e8969c5e1 /Makefile.in | |
parent | tests/signals.sh: Also add missing XDG_DATA_HOME (diff) | |
download | remembering-793b782617b0667eefa938a836f24d8a5e087bb0.tar.gz remembering-793b782617b0667eefa938a836f24d8a5e087bb0.tar.xz |
Makefile.in: Add debug information to built artifact
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 7e0379e..f5e66c8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,6 +1,6 @@ .POSIX: CC = c99 -CFLAGS = -std=c99 -Wall -Wextra -Wpedantic -DVERSION='"$(VERSION)"' -DDATE='"$(DATE)"' +CFLAGS = -std=c99 -Wall -Wextra -Wpedantic -fPIC -g -DVERSION='"$(VERSION)"' -DDATE='"$(DATE)"' LDFLAGS = LDLIBS = PREFIX = @PREFIX@ |