2 * General configuration settings for various options.
5 #ifndef CONFIG_OPTIONS_H
6 #define CONFIG_OPTIONS_H
9 * Whether we want to link as many object files as possible into one big object.
10 * True in case of --enable-lto or --enable-mergelibs.
12 #define STATIC_LINKING 0
14 #define ENABLE_RUNTIME_OPTIMIZATIONS 0