The Makefiles of SeBa include the optimisation flag -O through CFLAGS += -O However CFLAGS is not used. My suggestion: add a flag: CXXFLAGS += -O (or -O2) Any objections of why not to do this?
The Makefiles of SeBa include the optimisation flag -O through CFLAGS += -O
However CFLAGS is not used.
My suggestion: add a flag: CXXFLAGS += -O (or -O2)
Any objections of why not to do this?