Neels Hofmeyr has uploaded this change for review. ( https://gerrit.osmocom.org/11593
Change subject: sanitize.opts: add --enable-sanitize to ALL builds ...................................................................... sanitize.opts: add --enable-sanitize to ALL builds Actually, add it to *all* builds, since they'd anyway not be able to link libosmocore without also including asan in their binaries. Change-Id: I5e04ef38982ee6c89110776fc941ee0e2c193196 --- M sanitize.opts 1 file changed, 1 insertion(+), 14 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-dev refs/changes/93/11593/1 diff --git a/sanitize.opts b/sanitize.opts index 40675be..9118a5d 100644 --- a/sanitize.opts +++ b/sanitize.opts @@ -1,14 +1 @@ -libasn1c --enable-sanitize -libosmo-abis --enable-sanitize -libosmocore --enable-sanitize -libosmo-netif --enable-sanitize -libosmo-sccp --enable-sanitize -libsmpp34 --enable-sanitize -osmo-bsc --enable-sanitize -osmo-ggsn --enable-sanitize -osmo-hlr --enable-sanitize -osmo-iuh --enable-sanitize -osmo-mgw --enable-sanitize -osmo-msc --enable-sanitize -osmo-sgsn --enable-sanitize -openbsc --enable-sanitize +ALL --enable-sanitize -- To view, visit https://gerrit.osmocom.org/11593 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-dev Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I5e04ef38982ee6c89110776fc941ee0e2c193196 Gerrit-Change-Number: 11593 Gerrit-PatchSet: 1 Gerrit-Owner: Neels Hofmeyr <[email protected]>
