From c76396a3c6021d59d303b3c512d5f655b02fc2f1 Mon Sep 17 00:00:00 2001 From: Mate Soos Date: Sat, 13 Jan 2024 20:50:44 +0100 Subject: [PATCH] Update README.markdown --- README.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/README.markdown b/README.markdown index 9229e44da..0dfd77d33 100644 --- a/README.markdown +++ b/README.markdown @@ -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 ..` - `-DSTATICCOMPILE=` -- statically linked library and binary. You must build&link `BreakID` with the same `DSTATICCOMPILE=` setting as well. You can get the BreakID library from [our GitHub repository](https://github.com/meelgroup/breakid) -- `-DUSE_GAUSS=` -- Gauss-Jordan Elimination support. On by default. - `-DSTATS=` -- advanced statistics (slower). Needs [louvain communities](https://github.com/meelgroup/louvain-community) installed. - `-DENABLE_TESTING=` -- test suite support - `-DMIT=` -- MIT licensed components only