Skip to content

Commit 1133603

Browse files
authored
Update README.md
1 parent 2ad64a5 commit 1133603

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ cargo +enzyme test --examples
3737
## Enzyme Config
3838
To help with debugging, Enzyme can be configured using three environment variables.
3939
```bash
40-
export ENZYME_PRINT_TA
41-
export ENZYME_PRINT_AA
42-
export ENZYME_PRINT
40+
export ENZYME_PRINT_TA=1
41+
export ENZYME_PRINT_AA=1
42+
export ENZYME_PRINT=1
4343
```
4444
These will print TypeAnalysis, ActivityAnalysis and the primal + generated function respectively.
4545

0 commit comments

Comments
 (0)