aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/cfg-leak
blob: 14b3444cda99750b796c2ba359bcb90f93a182da (plain)
1
2
3
4
#!/bin/bash
CFLAGS="-Wall -Wno-format -Wno-pointer-sign -Wno-strict-aliasing -g -O2" ./configure \
--sysconfdir=/etc --disable-tools --disable-pluto --enable-leak-detective --with-random-device=/dev/urandom \
$1 $2 $3 $4 $5