Skip to content

Commit

Permalink
add note to readme regarding release flag
Browse files Browse the repository at this point in the history
  • Loading branch information
catfact committed Apr 24, 2022
1 parent bbd424e commit 11b49f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ git submodule update --init --recursive
./waf build --release
```

(NB: the `--release` flag creates builds specifically for armv8/cortex-a53 instruction set, meaning optimized for rpi3 and compatible with rpi4. It also enables aggressive compiler optimizations. Omit flag if you need debug symbols or to build for a different architecture. It does need to supplied to both configuration and build steps.)

## documentation
- [user docs](https://monome.org/docs/norns)
- [API docs](https://monome.org/docs/norns/api)
Expand Down

0 comments on commit 11b49f6

Please sign in to comment.