From 11b49f6bdf45a58026f8daef9f99b3c12ff98894 Mon Sep 17 00:00:00 2001 From: emb Date: Sun, 24 Apr 2022 09:29:45 -0700 Subject: [PATCH] add note to readme regarding release flag --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 81794f548..61e494506 100644 --- a/readme.md +++ b/readme.md @@ -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)