flavour-opt-debug.mk 171 B

123456789
  1. # Generic optimisation flavour:
  2. # does not target any specific CPU.
  3. # Optimisation flags.
  4. CXXFLAGS+=-O3 -DNDEBUG -ffast-math -g
  5. # Strip executable?
  6. OPENMSX_STRIP:=false