UBSan conditional compilation

This commit is contained in:
2026-03-29 09:38:24 +02:00
parent 65371077d9
commit 2f1eef9e15
2 changed files with 24 additions and 1 deletions
+14
View File
@@ -34,6 +34,20 @@ Compile the kernel and generate an ISO image like described above, then burn the
sudo dd if=pepper.iso of=/dev/sdX
```
## Compilation options
By default, PepperOS is compiled without the following features:
```
UBSAN - undefined behavior sanitization
```
These features can be activated by setting them to "true" at the end of the make command, for example:
```
make UBSAN=true
```
## TODO
The basics that I'm targeting are: