# $Id: flavour-opt.mk 3766 2004-10-09 06:32:02Z mthuurne $ # # Generic optimisation flavour: # does not target any specific CPU. # Optimisation flags. CXXFLAGS+=-O3 -DNDEBUG \ -ffast-math -funroll-loops -g # Strip executable? OPENMSX_STRIP:=false