Just compiling one object file prints:
g++ -std=c++11 -DSVN_REV="Unversioned directory" -DSVN_PDF_REV="Unversioned directory" -DBUILD_DATE="15:26_2017-03-08" -rdynamic -D_GNU_SOURCE -D__USE_GNU -fPIC -pthread -D__ROOFIT_NOBANNER -Wconversion -Wextra -Wsign-compare -Wfloat-equal -Wall -Wno-non-virtual-dtor -Wno-reorder -Wshadow -Wmissing-noreturn -Wcast-align -O3 -msse2 -msse3 -m3dnow -ftree-vectorize -finline-limit=2000 -fprefetch-loop-arrays -fmerge-all-constants -Wconversion -Wextra -Wsign-compare -Wfloat-equal -Wall -Wno-non-virtual-dtor -Wno-reorder -Wshadow -Wmissing-noreturn -Wcast-align -Iframework/include -Ipdfs/include -Ipdfs/dalitz/include -I-I/usr/include -L/lib -pthread -std=c++1y -m64 -isystem/usr/include/root -fPIE -D__RAPIDFIT_USE_GSL -I/usr/include -c framework/src/DataSetConfiguration.cpp -o framework/build/DataSetConfiguration.o
Repeat this ~200 times, and there's an overwhelming amount of redundant text on the screen
Just compiling one object file prints:
g++ -std=c++11 -DSVN_REV="Unversioned directory" -DSVN_PDF_REV="Unversioned directory" -DBUILD_DATE="15:26_2017-03-08" -rdynamic -D_GNU_SOURCE -D__USE_GNU -fPIC -pthread -D__ROOFIT_NOBANNER -Wconversion -Wextra -Wsign-compare -Wfloat-equal -Wall -Wno-non-virtual-dtor -Wno-reorder -Wshadow -Wmissing-noreturn -Wcast-align -O3 -msse2 -msse3 -m3dnow -ftree-vectorize -finline-limit=2000 -fprefetch-loop-arrays -fmerge-all-constants -Wconversion -Wextra -Wsign-compare -Wfloat-equal -Wall -Wno-non-virtual-dtor -Wno-reorder -Wshadow -Wmissing-noreturn -Wcast-align -Iframework/include -Ipdfs/include -Ipdfs/dalitz/include -I-I/usr/include -L/lib -pthread -std=c++1y -m64 -isystem/usr/include/root -fPIE -D__RAPIDFIT_USE_GSL -I/usr/include -c framework/src/DataSetConfiguration.cpp -o framework/build/DataSetConfiguration.oRepeat this ~200 times, and there's an overwhelming amount of redundant text on the screen