Skip to content
Snippets Groups Projects
Commit d1650a8f authored by Max Falkenberg's avatar Max Falkenberg
Browse files

Merge remote-tracking branch 'upstream/master'

parents c76a404d de5f2779
Branches
No related tags found
No related merge requests found
Pipeline #1391 failed
......@@ -151,7 +151,7 @@ In our lab, compiling ``graph-tool`` counts as work.
![](https://imgs.xkcd.com/comics/compiling.png)
:::
```bash
./configure CXX="ccache g++" MOD_CXXFLAGS="-flto" LDFLAGS="-flto"
./configure --prefix=/usr CXX="ccache g++" MOD_CXXFLAGS="-flto" LDFLAGS="-flto"
```
We can now actually start the compilation by evoking ``make``:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment