Apply some of debian patches.
This commit is contained in:
parent
d233b4943f
commit
bbf77c63c9
@ -30,8 +30,8 @@ AC_CHECK_HEADERS([getopt.h math.h])
|
|||||||
|
|
||||||
dnl Checks for libraries.
|
dnl Checks for libraries.
|
||||||
LT_LIB_M
|
LT_LIB_M
|
||||||
LDFLAGS="$LIBM $LDFLAGS"
|
LDFLAGS="$LIBS $LIBM $LDFLAGS"
|
||||||
#CFLAGS="-Wall -g"
|
CFLAGS="-Wall $CFLAGS"
|
||||||
|
|
||||||
AC_PROG_CXX
|
AC_PROG_CXX
|
||||||
CXXFLAGS="-Wall -Wno-unused-function -DNDEBUG -O3 -fomit-frame-pointer $CXXFLAGS"
|
CXXFLAGS="-Wall -Wno-unused-function -DNDEBUG -O3 -fomit-frame-pointer $CXXFLAGS"
|
||||||
|
@ -166,7 +166,7 @@ cmph_t *brz_new(cmph_config_t *mph, double c)
|
|||||||
// Clustering the keys by graph id.
|
// Clustering the keys by graph id.
|
||||||
if (mph->verbosity)
|
if (mph->verbosity)
|
||||||
{
|
{
|
||||||
fprintf(stderr, "Partioning the set of keys.\n");
|
fprintf(stderr, "Partitioning the set of keys.\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
while(1)
|
while(1)
|
||||||
|
Loading…
Reference in New Issue
Block a user