File: flavour-debug.mk

package info (click to toggle)
openmsx 21.0%2Bdfsg-2
  • links: PTS
  • area: main
  • in suites: forky
  • size: 28,132 kB
  • sloc: cpp: 244,928; xml: 54,344; tcl: 15,603; python: 5,335; perl: 281; sh: 78; makefile: 57
file content (9 lines) | stat: -rw-r--r-- 252 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
# Configuration for "debug" flavour:
# Build with all debugging info, no optimisations.

# Debug flags.
CXXFLAGS+=-O0 -g -DDEBUG -D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC \
          -D_GLIBCPP_CONCEPT_CHECKS

# Strip executable?
OPENMSX_STRIP:=false