Skip to content

Commit d9f0139

Browse files
ezyangapaszke
authored andcommitted
s/NOCUDA/NO_CUDA/
Signed-off-by: Edward Z. Yang <ezyang@fb.com>
1 parent 8ca7bf2 commit d9f0139

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ You do not need to repeatedly install after modifying python files.
7272

7373
#### C++ Development tips
7474

75-
When you are developing on the C++ side of things, the environment variables `DEBUG` and `NOCUDA` are helpful.
75+
When you are developing on the C++ side of things, the environment variables `DEBUG` and `NO_CUDA` are helpful.
7676

7777
- `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.
78+
- `NO_CUDA=1` will disable compiling CUDA (in case you are developing on something not CUDA related), to save compile time.
7979

8080
For example:
8181
```

0 commit comments

Comments
 (0)