mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-12-05 21:27:13 -06:00
configure: allow configuring BATCHNUM
This commit is contained in:
10
configure.ac
10
configure.ac
@@ -158,6 +158,16 @@ then
|
|||||||
MYDEFS="$MYDEFS -DINTFILTER -DIFT='$intfiltertype'"
|
MYDEFS="$MYDEFS -DINTFILTER -DIFT='$intfiltertype'"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
AC_ARG_ENABLE([batchnum],
|
||||||
|
[AS_HELP_STRING([--enable-batchnum=number],
|
||||||
|
[number of elements to batch when using -B @<:@default=2048@:>@])],
|
||||||
|
[], []
|
||||||
|
)
|
||||||
|
if test -n "$enable_batchnum" -a x"$enable_batchnum" != x"no"
|
||||||
|
then
|
||||||
|
MYDEFS="$MYDEFS -DBATCHNUM=$enable_batchnum"
|
||||||
|
fi
|
||||||
|
|
||||||
cstd=""
|
cstd=""
|
||||||
c99=""
|
c99=""
|
||||||
oldcflags="$CFLAGS"
|
oldcflags="$CFLAGS"
|
||||||
|
|||||||
Reference in New Issue
Block a user