Skip to content

Commit

Permalink
Merge branch 'apache:unstable' into lua-script
Browse files Browse the repository at this point in the history
  • Loading branch information
PokIsemaine authored Jul 26, 2024
2 parents 2aa8496 + 406ed6e commit 9d0facf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,15 @@ To build with lua instead of luaJIT, run:
$ ./x.py build -DENABLE_LUAJIT=OFF
```

Build with debug mode, run:

```shell
# The default build type is RelWithDebInfo and its optimization level is typically -O2.
# You can change it to -O0 in debug mode.

$ ./x.py build -DCMAKE_BUILD_TYPE=Debug
```

### Running Kvrocks

```shell
Expand Down

0 comments on commit 9d0facf

Please sign in to comment.