tdf#135098 update SwTableCursor m_SelectedBoxes before merge
[LibreOffice.git] / config_host / config_options.h.in
blob0223f089ce2b14dcfdb9a80d8d14ac63273b3aae
1 /*
2 * General configuration settings for various options.
3 */
5 #ifndef CONFIG_OPTIONS_H
6 #define CONFIG_OPTIONS_H
8 /*
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
16 #endif