# $Id: flavour-bindist.mk 5084 2006-01-26 04:31:06Z mthuurne $ # # Generic flavour for binary distributions. # It disables debugging and aims for a small binary. # Optimisation flags. CXXFLAGS+=-Os -DNDEBUG -ffast-math # Strip executable? OPENMSX_STRIP:=true