Skip to content

Commit

Permalink
Update README.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Jan 13, 2024
1 parent f2f05a0 commit c76396a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,6 @@ 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)
- `-DUSE_GAUSS=<ON/OFF>` -- Gauss-Jordan Elimination support. On by default.
- `-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
Expand Down

0 comments on commit c76396a

Please sign in to comment.