Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Keisuke Fukuda <kfukuda@preferred.jp>
Ken Raffenetti <raffenet@mcs.anl.gov>
Khaled Hamidouche <Khaled.Hamidouche@amd.com>
Konstantin Belousov <kib@freebsd.org>
Laurin Martins <laurin.martins@outlook.de>
Leonid Genkin <lgenkin@nvidia.com>
Lior Paz <liorpa@nvidia.com>
Luis E. Pena <l31g@hotmail.com>
Expand Down
2 changes: 1 addition & 1 deletion contrib/configure-devel
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#

basedir=$(cd $(dirname $0) && pwd)
$basedir/../configure \
"$basedir/../configure" \
--enable-gtest \
--enable-examples \
--enable-test-apps \
Expand Down
2 changes: 1 addition & 1 deletion contrib/configure-opt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
#

basedir=$(cd $(dirname $0) && pwd)
$basedir/configure-release \
"$basedir/configure-release" \
--enable-optimizations \
"$@"
2 changes: 1 addition & 1 deletion contrib/configure-prof
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#

basedir=$(cd $(dirname $0) && pwd)
$basedir/../configure \
"$basedir/../configure" \
--disable-logging \
--disable-debug \
--disable-assertions \
Expand Down
2 changes: 1 addition & 1 deletion contrib/configure-release
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#

basedir=$(cd $(dirname $0) && pwd)
$basedir/../configure \
"$basedir/../configure" \
--disable-logging \
--disable-debug \
--disable-assertions \
Expand Down
2 changes: 1 addition & 1 deletion contrib/configure-release-mt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
#

basedir=$(cd $(dirname $0) && pwd)
$basedir/../contrib/configure-release \
"$basedir/../contrib/configure-release" \
--enable-mt \
"$@"
Loading