Blob Blame History Raw
#!/bin/sh
#
# Copyright (C) Mellanox Technologies Ltd. 2001-2014.  ALL RIGHTS RESERVED.
#
# See file LICENSE for terms.
#

#
# UCX build for profiling purposes.
# Some extra code to ease performance debugging.
#

basedir=$(cd $(dirname $0) && pwd)
$basedir/../configure \
	--disable-logging \
	--disable-debug \
	--disable-assertions \
	--disable-params-check \
	--enable-backtrace-detail \
	--enable-profiling \
	--enable-frame-pointer \
	--enable-stats \
	--enable-memtrack \
	"$@"