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 bc79b23 commit 5c2fec6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -420,14 +420,6 @@ sqlite> select count() from sum_cl_use;
94507
```

Configuring a build for a minimal binary&library
-----
The following configures the system to build a bare minimal binary&library. It needs a compiler, but nothing much else:

```
cmake -DNOZLIB=ON -DSTATS=OFF -DENABLE_TESTING=OFF .
```

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> ..`
Expand Down

0 comments on commit 5c2fec6

Please sign in to comment.