We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
codal.json
target.dev
The CMakeLists.txt file just check if it has any value, so if the user sets "dev": false in the json file, it will still treat it as a dev build.
CMakeLists.txt
"dev": false
microbit-v2-samples/CMakeLists.txt
Lines 67 to 73 in ce0d2aa
As the codal.json file in this repository contains "dev": true it's a fair expectation that changing it to false should disable it.
"dev": true
false
A fix in this repo should also be pushed upstream to lancaster-university/codal and to codal bootstrap (if applicable).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
CMakeLists.txt
file just check if it has any value, so if the user sets"dev": false
in the json file, it will still treat it as a dev build.microbit-v2-samples/CMakeLists.txt
Lines 67 to 73 in ce0d2aa
As the
codal.json
file in this repository contains"dev": true
it's a fair expectation that changing it tofalse
should disable it.A fix in this repo should also be pushed upstream to lancaster-university/codal and to codal bootstrap (if applicable).
The text was updated successfully, but these errors were encountered: