Skip to content

Commit 5dc5b9a

Browse files
committed
Revert "Make: Support CFLAGS as both env var and make argument"
This reverts commit ce37b3f. Signed-off-by: Matthias J. Kannwischer <matthias@kannwischer.eu>
1 parent 403daac commit 5dc5b9a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/mk/config.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ CC_AR := $(CROSS_PREFIX)$(CC_AR)
3030
#################
3131
# Common config #
3232
#################
33-
34-
override CFLAGS := \
33+
CFLAGS := \
3534
-Wall \
3635
-Wextra \
3736
-Werror=unused-result \

0 commit comments

Comments
 (0)