Go to the documentation of this file.
27 #ifndef INCLUDED_CONFIG
28 #define INCLUDED_CONFIG
40 #ifndef CONFIG_ENABLE_PCH
41 # define CONFIG_ENABLE_PCH 1 // improve build performance
45 #ifndef CONFIG_OMIT_FP
47 # define CONFIG_OMIT_FP 1 // improve performance
49 # define CONFIG_OMIT_FP 0 // enable use of ia32's fast stack walk
55 #ifndef CONFIG_DISABLE_EXCEPTIONS
56 # define CONFIG_DISABLE_EXCEPTIONS 0
60 #ifndef CONFIG_ENABLE_CHECKS
61 # define CONFIG_ENABLE_CHECKS 0
65 #ifndef CONFIG_DEHYDRA
66 # define CONFIG_DEHYDRA 0
70 #ifndef CONFIG_ENABLE_BOOST
71 # define CONFIG_ENABLE_BOOST 1
74 #endif // #ifndef INCLUDED_CONFIG