We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede24b9 commit 3995eb5Copy full SHA for 3995eb5
docs/web/docs/Installing/Linux_Build.md
@@ -257,6 +257,14 @@ some false negatives also in system libraries. It is recommended to use
257
`export UBSAN_OPTIONS=suppressions=$SUMO_HOME/build_config/clang_ubsan_suppressions.txt`
258
before calling the executable.
259
260
+## Building a minimal feature set
261
+
262
+Many of the project features are optional. To test a minimal setup, the following build configuration can be used:
263
264
+```
265
+cmake -DFOX_CONFIG= -DPROJ_LIBRARY= -DCHECK_OPTIONAL_LIBS=OFF -DFMI=OFF -B build.
266
267
268
## Installing the SUMO binaries
269
270
This (optional) step will copy the SUMO binaries to another path, so
0 commit comments