Skip to content

Commit cbc8dd6

Browse files
committed
Mention deletion of the build folder as a strategy for recompiling
1 parent 6ec8d6b commit cbc8dd6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,10 @@ cmake --install build
163163

164164
Now you have a working version of stdlib you can use for your project.
165165

166+
If at some point you wish to recompile stdlib with different options, you might
167+
want to delete the `build` folder. This will ensure that cached variables from
168+
earlier builds do not affect the new build.
169+
166170

167171
### Build with make
168172

0 commit comments

Comments
 (0)