You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`USERVER_PGO_USE`| Path to PGO profile file | (no path) |
169
-
|`USERVER_COMPILATION_TIME_TRACE`| Generate Clang compilation time trace |`OFF`|
170
-
|`USERVER_NO_WERROR`| Do not treat warnings as errors |`ON`|
171
-
|`USERVER_FEATURE_ERASE_LOG_WITH_LEVEL`| Logs of this and below levels are removed from binary. Possible values: trace, info, debug, warning, error |`OFF`|
172
-
|`USERVER_PIP_USE_SYSTEM_PACKAGES`| Use system python packages inside venv. Useful for Docker, CI and other controlled environments |`OFF`|
173
-
|`USERVER_PIP_OPTIONS`| Options for all pip calls. Useful for passing `--no-index` option to prevent network usage | (no options) |
174
-
|`USERVER_INSTALL`| Build userver for further installation |`OFF`|
175
-
|`USERVER_CONAN`| Build userver using Conan packages |`ON` if build is launched from Conan, `OFF` otherwise |
176
-
|`USERVER_CHAOTIC_FORMAT`| Whether to format generated code if FORMAT option is missing |`ON`|
|`USERVER_PGO_USE`| Path to PGO profile file | (no path) |
170
+
|`USERVER_COMPILATION_TIME_TRACE`| Generate Clang compilation time trace |`OFF`|
171
+
|`USERVER_NO_WERROR`| Do not treat warnings as errors |`ON`|
172
+
|`USERVER_FEATURE_ERASE_LOG_WITH_LEVEL`| Logs of this and below levels are removed from binary. Possible values: trace, info, debug, warning, error |`OFF`|
173
+
|`USERVER_PIP_USE_SYSTEM_PACKAGES`| Use system python packages inside venv. Useful for Docker, CI and other controlled environments |`OFF`|
174
+
|`USERVER_PIP_OPTIONS`| Options for all pip calls. Useful for passing `--no-index` option to prevent network usage | (no options) |
175
+
|`USERVER_INSTALL`| Build userver for further installation |`OFF`|
176
+
|`USERVER_CONAN`| Build userver using Conan packages |`ON` if build is launched from Conan, `OFF` otherwise |
177
+
|`USERVER_CHAOTIC_FORMAT`| Whether to format generated code if FORMAT option is missing |`ON`|
177
178
178
179
@warning Using LTO can lead to [some problems](https://github.com/userver-framework/userver/issues/242). We don't recommend using `USERVER_LTO`.
0 commit comments