We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9465a4 commit 56ec587Copy full SHA for 56ec587
toolchains/arm-none-eabi.cmake
@@ -30,7 +30,7 @@ endif()
30
# Set the common build flags
31
32
# Common flags shared by asm, c and cpp
33
-set( COMMON_FLAGS "--param max-inline-insns-single=500 -mlong-calls -ffunction-sections -fdata-sections -fno-exceptions -fsingle-precision-constant -Wall -Wextra -Wundef -Wdouble-promotion -Wno-expansion-to-defined")
+set( COMMON_FLAGS "--param max-inline-insns-single=500 -mlong-calls -ffunction-sections -fdata-sections -fno-exceptions -fsingle-precision-constant -Wall -Wextra -Wundef -Wdouble-promotion -Wno-expansion-to-defined -fdiagnostics-color")
34
35
set( CMAKE_ASM_FLAGS "${COMMON_FLAGS}" )
36
set( CMAKE_C_FLAGS "${COMMON_FLAGS} -std=gnu17" )
0 commit comments