diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-02 18:01:32 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-02 18:01:32 (EDT) |
commit | af0f616a6836bb8d5193417877ef97fd28647d32 (patch) | |
tree | 940b7f14008a8d4035dda720f289c6aaf3ad45e5 /build | |
parent | ece47d98fcf68b7f70fc2b11bf01929d689071ca (diff) |
build: Drop --disable-libmudflap
The mudflap run time checker was removed in GCC 4.9 and it is superseded
by Address Sanitizer.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -60,7 +60,6 @@ bootstrap1_opts = \ --disable-threads \ --enable-languages=c,c++ \ --disable-libgomp \ - --disable-libmudflap \ --disable-libssp include ../local.mk |