/* * General configuration settings for various options. */ #ifndef CONFIG_OPTIONS_H #define CONFIG_OPTIONS_H /* * Whether we want to link as many object files as possible into one big object. * True in case of --enable-lto or --enable-mergelibs. */ #define STATIC_LINKING 0 #define ENABLE_RUNTIME_OPTIMIZATIONS 0 #endif
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2011-02-01 18:44:12 +0100
committerMathias Bauer <mba@openoffice.org>2011-02-01 18:44:12 +0100
commit2e98dd0232e6f593998060844c50851a54bd3cef (patch)
treeb9b4f9f03a952c9f43e6dee98037a26a28ea927c
parentd1d8b2619b4ddd60fdb658240e48fa223d5b53ae (diff)
CWS gnumake3: use standard linked libs on Windows