aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2019-04-13 00:47:00 +0200
committerMattias Andrée <maandree@kth.se>2019-04-13 00:47:00 +0200
commit40c046fb04e8dfaf50c75a291105a8558b9aae11 (patch)
treeb409fde300d048886a8288e0606ec0e98ce0bb6a /config.mk
parentREADME: LD_PRELOAD (diff)
downloadliberror-backtrace-40c046fb04e8dfaf50c75a291105a8558b9aae11.tar.gz
liberror-backtrace-40c046fb04e8dfaf50c75a291105a8558b9aae11.tar.bz2
liberror-backtrace-40c046fb04e8dfaf50c75a291105a8558b9aae11.tar.xz
Enable prefetching backtace
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 51e1c93..df0ba5d 100644
--- a/config.mk
+++ b/config.mk
@@ -2,5 +2,5 @@ PREFIX = /usr
MANPREFIX = $(PREFIX)/share/man
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700
-CFLAGS = -std=c99 -Wall -pedantic
+CFLAGS = -std=c11 -Wall -pedantic
LDFLAGS = -s -lunwind -ldw -lerror