Skip to content

Commit

Permalink
docs: run VAUTOFIX=1 v check-md docs/docs.md x2
Browse files Browse the repository at this point in the history
  • Loading branch information
larpon committed Aug 14, 2024
1 parent 7ebdb20 commit 5c94eb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ compiler := ndk.compiler(.c, ndk_version, 'arm64-v8a', '21') or { panic(err) }
compiler_flags := ndk.compiler_flags_from_config(ndk_version,
arch: 'arm64-v8a'
lang: .c
debug: true // false = if you want production flags (-prod)
debug: true // false = if you want production flags (-prod)
cpp_features: ['no-rtti', 'no-exceptions'] // Special features available for C++ compilers, ignored for C compilers
) or { panic(err) }
Expand Down Expand Up @@ -357,4 +357,4 @@ Ctrl+C to cancel logging
11-23 13:14:02.742 18291 20348 I v_test_app: 7 threads; 156 ms / frame; scale: 1
```
Use Ctrl + C in the terminal to stop the output and disconnect from the device,
leaving the app running on the device.
leaving the app running on the device.

0 comments on commit 5c94eb4

Please sign in to comment.