There was an error while loading. Please reload this page.
1 parent 8ca7bf2 commit d9f0139Copy full SHA for d9f0139
CONTRIBUTING.md
@@ -72,10 +72,10 @@ You do not need to repeatedly install after modifying python files.
72
73
#### C++ Development tips
74
75
-When you are developing on the C++ side of things, the environment variables `DEBUG` and `NOCUDA` are helpful.
+When you are developing on the C++ side of things, the environment variables `DEBUG` and `NO_CUDA` are helpful.
76
77
- `DEBUG=1` will enable debug builds (-g -O0)
78
-- `NOCUDA=1` will disable compiling CUDA (in case you are developing on something not CUDA related), to save compile time.
+- `NO_CUDA=1` will disable compiling CUDA (in case you are developing on something not CUDA related), to save compile time.
79
80
For example:
81
```
0 commit comments