Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sh
1 parent 73c2fdb commit e806769Copy full SHA for e806769
README.md
@@ -25,7 +25,7 @@ and [generators][cmake-generators].
25
If your IDE isn't supported or you'd prefer to build using a command line generator, it's easy to
26
get started. For example, to build in debug mode:
27
28
-```
+```sh
29
# initialize the build scripts
30
cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug
31
@@ -39,7 +39,7 @@ cmake --build build
39
If you find yourself in need of trace-level logs for the VM's state, you can enable them by turning
40
on the `ENABLE_TRACING` flag and then rebuilding:
41
42
43
cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -DENABLE_TRACING=ON
44
cmake --build build
45
```
0 commit comments