Signed-off-by: Alfredo Deza <adeza@redhat.com>
level 1: -g
level 3: -Wextra
level 4: even more...
+-L --without-lttng
-T --without-tcmalloc
-e <path> dump encoded objects to <path>
-P profiling build
debug_level=0
verbose=0
profile=0
-CONFIGURE_FLAGS="--disable-static"
-while getopts "d:e:hHrTPjpnvO:" flag
+CONFIGURE_FLAGS="--disable-static --with-lttng"
+while getopts "d:e:hHrTPLjpnvO:" flag
do
case $flag in
d) debug_level=$OPTARG;;
e) encode_dump=$OPTARG;;
+ L) CONFIGURE_FLAGS="$CONFIGURE_FLAGS --without-lttng";;
+
*)
echo
usage