Add debug print

This commit is contained in:
Tomas Orsava 2017-08-02 10:54:29 +02:00
parent 17520a5b34
commit b726831413

View File

@ -744,6 +744,11 @@ sed --in-place \
# ======================================================
%build
echo "=================== DEBUG PRINT [HUGO] ==================="
echo "run_selftest_suite: %run_selftest_suite"
echo "with_debug_build: %with_debug_build"
echo "=================== DEBUG PRINT ==================="
topdir=$(pwd)
export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -fPIC -fwrapv"
export CXXFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -fPIC -fwrapv"