2 * General configuration settings for various options.
5 #ifndef CONFIG_OPTIONS_H
6 #define CONFIG_OPTIONS_H
8 #define ENABLE_MERGELIBS 0
10 #define ENABLE_RUNTIME_OPTIMIZATIONS 0
12 // Used to turn off visibility for some classes/symbols when linking with --enable-mergelibs
15 #define UNLESS_MERGELIBS(x)
17 #define UNLESS_MERGELIBS(x) x
20 #define IF_MERGELIBS(x) x
22 #define IF_MERGELIBS(x)