Skip to content

Commit 910a087

Browse files
Update makefile cheatsheet to match with updated makefiles in the main repo
1 parent 4e76f78 commit 910a087

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cheatsheets/makefile-options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ The `OBJ_FILE_NAME` variable can be set to specify another name for the startup
8282

8383
## Compiler flags
8484

85-
### GCC_FLAGS
85+
### CPPFLAGS and CXXFLAGS
8686

87-
The `GCC_FLAGS` variable can be used to pass arguments to the `arm-none-eabi-gcc` call. For more information on the default value of this variable, see the [`common.mk` file](https://github.com/STM32-base/STM32-base/blob/master/make/common.mk).
87+
The `CPPFLAGS` and `CXXFLAGS` variables can be used to pass arguments to the `arm-none-eabi-gcc` call. For more information on the default value of this variable, see the [`common.mk` file](https://github.com/STM32-base/STM32-base/blob/master/make/common.mk).
8888

8989
### SRC
9090

0 commit comments

Comments
 (0)