Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - R index

CONFIG_RUST_DEBUG_ASSERTIONS: Debug assertions

General informations

The Linux kernel configuration item CONFIG_RUST_DEBUG_ASSERTIONS:

Help text

Enables rustc's `-Cdebug-assertions` codegen option.

This flag lets you turn `cfg(debug_assertions)` conditional compilation on or off. This can be used to enable extra debugging code in development but not in production. For example, it controls the behavior of the standard library's `debug_assert!` macro.

Note that this will apply to all Rust code, including `core`.

If unsure, say N.

Hardware

LKDDb

Raw data from LKDDb:

Sources

This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).

The data is retrived from:

Automatic links from Google (and ads)

Custom Search

Popular queries:

Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - R index

Automatically generated (in year 2024). See also LKDDb sources on GitLab