Skip to content

Commit

Permalink
docs added ubsan qmake config option
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed May 28, 2022
1 parent 1984636 commit db9d8a6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/building/tinyorm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,18 @@ Everything is ready for build, you can press <kbd>Ctrl</kbd>+<kbd>b</kbd> to bui
</APITable>
</div>

Advanced `TinyORM` options.

<div class='apitable-build-options'>
<APITable>

| Option Name | Default | Description |
| ----------- | ------- | ----------- |
| `ubsan` | `OFF` | Allows to enable [UBSan](https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html) sanitizer (Clang only). |

</APITable>
</div>

Important `qmake` options.

<div id='apitable-build-options'>
Expand Down

0 comments on commit db9d8a6

Please sign in to comment.