Skip to content

Commit 1c21010

Browse files
committed
Make a note about CMAKE_BUILD_TYPE
1 parent 7c0c77b commit 1c21010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Options are:
2828
- `-DMMAP_PAGES=1`: Allocate pages with `mmap(2)` rather than `malloc(3)`
2929
- `-DPAGE_SIZE=4096`: Set the page size
3030
- `-DINLINE_UNSIGNED=1`: Inline unsigned integers between 0 and `INT_MAX`
31-
- `-DDEBUG=1`: Create a debug build
31+
- `-DCMAKE_BUILD_TYPE=Release`: Do a release build / enable optimization
3232

3333
## Usage
3434

0 commit comments

Comments
 (0)