diff options
author | Mattias Andrée <maandree@kth.se> | 2019-04-13 00:47:00 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2019-04-13 00:47:00 +0200 |
commit | 40c046fb04e8dfaf50c75a291105a8558b9aae11 (patch) | |
tree | b409fde300d048886a8288e0606ec0e98ce0bb6a /config.mk | |
parent | README: LD_PRELOAD (diff) | |
download | liberror-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 '')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |