Skip to content

Commit

Permalink
Update README.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Apr 12, 2024
1 parent e38699b commit 8934f72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.markdown
Expand Up @@ -440,10 +440,9 @@ CMake Arguments
-----
The following arguments to cmake configure the generated build artifacts. To use, specify options prior to running make in a clean subdirectory: `cmake <options> ..`

- `-DSTATICCOMPILE=<ON/OFF>` -- statically linked library and binary. You must build&link `BreakID` with the same `DSTATICCOMPILE=<ON/OFF>` setting as well. You can get the BreakID library from [our GitHub repository](https://github.com/meelgroup/breakid)
- `-DSTATICCOMPILE=<ON/OFF>` -- statically linked library and binary.
- `-DSTATS=<ON/OFF>` -- advanced statistics (slower). Needs [louvain communities](https://github.com/meelgroup/louvain-community) installed.
- `-DENABLE_TESTING=<ON/OFF>` -- test suite support
- `-DMIT=<ON/OFF>` -- MIT licensed components only
- `-DNOMPI=<ON/OFF>` -- without MPI support
- `-DNOZLIB=<ON/OFF>` -- no gzip DIMACS input support
- `-DLARGEMEM=<ON/OFF>` -- more memory available for clauses (but slower on most problems)
Expand Down

0 comments on commit 8934f72

Please sign in to comment.