summaryrefslogtreecommitdiff
path: root/config_host/config_options.h.meson
blob: 84d7695d91591b8e5dc3df5e2259706374450da1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * 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.
 */
#mesondefine STATIC_LINKING

#mesondefine ENABLE_RUNTIME_OPTIMIZATIONS

#endif