flavour-bindist.mk 196 B

123456789
  1. # Generic flavour for binary distributions.
  2. # It disables debugging and aims for a small binary.
  3. # Optimisation flags.
  4. CXXFLAGS+=-Os -DNDEBUG -ffast-math
  5. # Strip executable?
  6. OPENMSX_STRIP:=true