Hi,
why in your $(ROOTSYS)/test/Makefile is CXXFLAGS = -O … for linux architecture, why not -O2 (more “typically, default” for this compilation)
Thanks, Jan
Hi,
why in your $(ROOTSYS)/test/Makefile is CXXFLAGS = -O … for linux architecture, why not -O2 (more “typically, default” for this compilation)
Thanks, Jan
Up to you to change the optimisation level.
We try to use the default optimisation level on all platforms.
Rene