Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Commit

Permalink
makefile: adjust build flags
Browse files Browse the repository at this point in the history
*use always a diagnostic color

Change-Id: Ifada2e50230a436c23be909d61968f13adfd6b6a
  • Loading branch information
pavlaras authored and ThePiGuy0 committed Jun 10, 2018
1 parent 22cc62c commit 4a49501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ KBUILD_CPPFLAGS := -D__KERNEL__
KBUILD_CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \
-fno-strict-aliasing -fno-common \
-Werror-implicit-function-declaration \
-mcpu=cortex-a57.cortex-a53 -mtune=cortex-a57.cortex-a53 \
-mcpu=cortex-a57.cortex-a53 -mtune=cortex-a57.cortex-a53 -fdiagnostics-color=always \
-Wno-format-security \
-fno-delete-null-pointer-checks \
-std=gnu89
Expand Down

0 comments on commit 4a49501

Please sign in to comment.