We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11febb4 commit 8c9de0dCopy full SHA for 8c9de0d
ats-mini/Makefile
@@ -28,7 +28,7 @@ ifdef THEME_EDITOR
28
endif
29
30
OPTIONS = \
31
- --build-property "build.extra_flags=$(DEFINES)" \
+ --build-property "compiler.cpp.extra_flags=$(DEFINES)" \
32
--warnings all
33
34
HEADERS = \
docs/source/development.md
@@ -24,7 +24,7 @@ The available options are:
24
To set an option, add the `--build-property` command line argument like this:
25
26
```shell
27
-arduino-cli compile --build-property "build.extra_flags=-DTHEME_EDITOR -DDISABLE_HOLDOFF" --clean -e -p COM_PORT -u ats-mini
+arduino-cli compile --build-property "compiler.cpp.extra_flags=-DTHEME_EDITOR -DDISABLE_HOLDOFF" --clean -e -p COM_PORT -u ats-mini
```
## Using the make command
0 commit comments