#!/bin/sh
#
# Copyright (c) 2001-2015 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
#
# See file LICENSE for terms.
#

#
# SHArP build for maximal performance.
# No extra debugging or profiling code.
#

basedir=$(cd $(dirname $0) && pwd)
$basedir/../configure \
	--disable-debug \
	--disable-params-check \
	"$@"
