Changeset: 3475e86c4d0a for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3475e86c4d0a Modified Files: tools/embedded/rpackage/configure Branch: embedded Log Message:
strict hell no diffs (12 lines): diff --git a/tools/embedded/rpackage/configure b/tools/embedded/rpackage/configure --- a/tools/embedded/rpackage/configure +++ b/tools/embedded/rpackage/configure @@ -6,7 +6,7 @@ CFLAGS="-I$R_INCLUDE_DIR" ./configure -- --disable-jdbc --disable-merocontrol --disable-odbc --disable-console --disable-microhttpd \ --without-perl --without-python2 --without-python3 --without-rubygem --without-unixodbc \ --without-samtools --without-sphinxclient --without-geos --without-samtools --without-readline \ ---enable-optimize --enable-silent-rules --disable-assert --enable-strict --disable-int128 +--enable-optimize --enable-silent-rules --disable-assert --disable-strict --disable-int128 # Dirty hack, normally R would call make, but we need to also glue everything together. # So we do it ourselves instead and then render the MonetDB makefile inert. _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
