Skip to content

Commit

Permalink
Add static build switch
Browse files Browse the repository at this point in the history
  • Loading branch information
pjotrp committed Aug 14, 2023
1 parent a17367e commit 1dc6d56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ To build for a specific architecture you can use EXTRA_FLAGS
cmake -DCMAKE_BUILD_TYPE=Release -DEXTRA_FLAGS="-Ofast -march=znver1" .. && make -j 16 VERBOSE=1
```

And to make a static build add the `-DBUILD_STATIC=ON` switch.

### Bioconda

`smoothxg` recipes for Bioconda are available at https://anaconda.org/bioconda/smoothxg.
Expand Down
2 changes: 2 additions & 0 deletions test/performance/check.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ On a `AMD Ryzen 7 3700X 8-Core Processor`:
Elapsed (wall clock) time (h:mm:ss or m:ss): 0:25.45
```

Note the debug version is about 35s.

8 cores does not make much difference:

```
Expand Down

0 comments on commit 1dc6d56

Please sign in to comment.