File: flavour-debug.mk

package info (click to toggle)
openmsx 0.8.0-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 15,084 kB
  • ctags: 17,704
  • sloc: cpp: 118,956; xml: 20,823; tcl: 6,222; python: 3,812; asm: 1,154; makefile: 158; sh: 72
file content (11 lines) | stat: -rw-r--r-- 315 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
# $Id: flavour-debug.mk 5375 2006-05-20 09:52:09Z m9710797 $
#
# 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