Skip to content

Commit 181c401

Browse files
authored
Add a dangerous notice for SMOLRTSP_FULL_MACRO_EXPANSION
1 parent 0bcb7a1 commit 181c401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ target_link_libraries(MyProject smolrtsp)
6363
| Option | Description | Default |
6464
|--------|-------------|---------|
6565
| `SMOLRTSP_SHARED` | Build a shared library instead of static. | `OFF` |
66-
| `SMOLRTSP_FULL_MACRO_EXPANSION` | Show full macro expansion backtraces (not recommended). | `OFF` |
66+
| `SMOLRTSP_FULL_MACRO_EXPANSION` | Show full macro expansion backtraces (**DANGEROUS**: may impair diagnostics and slow down compilation). | `OFF` |
6767

6868
## Usage
6969

0 commit comments

Comments
 (0)