mirror of https://github.com/CGAL/cgal
21 lines
390 B
C
21 lines
390 B
C
#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
|
|
|
|
#include <CGAL/auto_link/CORE.h>
|
|
#include <CGAL/auto_link/GMP.h>
|
|
#include <CGAL/auto_link/MPFR.h>
|
|
|
|
#endif // _CORE_CONFIG_H_
|