From 4bde9efbd74dcce712dcc4ec8b69e30964d646e7 Mon Sep 17 00:00:00 2001 From: Soumith Chintala Date: Tue, 18 Apr 2017 15:39:58 -0400 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4ddf731120a..0bf551feb22 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -70,6 +70,8 @@ For example: You do not need to repeatedly install after modifying python files. +#### C++ Development tips + When you are developing on the C++ side of things, the environment variables `DEBUG` and `NOCUDA` are helpful. - `DEBUG=1` will enable debug builds (-g -O0)