flavour-unittest.mk 183 B

1234567891011
  1. # Configuration for "unittest" flavour:
  2. # Build executable that runs unit tests.
  3. # Debug flags.
  4. CXXFLAGS+=-O3 -g -DUNITTEST
  5. # Strip executable?
  6. OPENMSX_STRIP:=false
  7. UNITTEST:=true