Commit 3816446
committed
Merge #1431: Change rustdoc docs to only compile+run in release mode
a460116 Change rustdoc docs to only compile+run in release mode (Victor Bjelkholm)
Pull request description:
As-is, it asks the user to do a release mode build first, then after creating the directories, then do a debug mode build + run.
This commit simplifies it and avoids compiling the tracker in both debug and release mode, and instead only compiles+run with release mode
ACKs for top commit:
josecelano:
ACK a460116
Tree-SHA512: 1e6bf6b5d71f115616743f150e808b706891afaac6653d30147779d664985a33a7660860a7abda5b196f9779a5536e59d045b6f5727c9cd08ac627e22450ec831 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
142 | 141 | | |
143 | 142 | | |
144 | 143 | | |
| |||
149 | 148 | | |
150 | 149 | | |
151 | 150 | | |
152 | | - | |
| 151 | + | |
153 | 152 | | |
154 | 153 | | |
155 | 154 | | |
| |||
0 commit comments