We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c0c77b commit 1c21010Copy full SHA for 1c21010
README.md
@@ -28,7 +28,7 @@ Options are:
28
- `-DMMAP_PAGES=1`: Allocate pages with `mmap(2)` rather than `malloc(3)`
29
- `-DPAGE_SIZE=4096`: Set the page size
30
- `-DINLINE_UNSIGNED=1`: Inline unsigned integers between 0 and `INT_MAX`
31
-- `-DDEBUG=1`: Create a debug build
+- `-DCMAKE_BUILD_TYPE=Release`: Do a release build / enable optimization
32
33
## Usage
34
0 commit comments