File: Config.h

package info (click to toggle)
cgal 3.2.1-2
  • links: PTS
  • area: non-free
  • in suites: etch, etch-m68k
  • size: 47,752 kB
  • ctags: 72,510
  • sloc: cpp: 397,707; ansic: 10,393; sh: 4,232; makefile: 3,713; perl: 394; sed: 9
file content (16 lines) | stat: -rw-r--r-- 291 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _CORE_CONFIG_H_
#define _CORE_CONFIG_H_

// disable debug
//#define CORE_DISABLE_DEBUG

// disable inline functions
//#define CORE_DISABLE_INLINE

// disable memory pool
//#define CORE_DISABLE_MEMPOOL

// debug reference counting
//#define CORE_RC_DEBUG 1

#endif // _CORE_CONFIG_H_