Skip to content

Commit

Permalink
Fix the AVX2 backend build
Browse files Browse the repository at this point in the history
  • Loading branch information
dkostic committed Dec 23, 2024
1 parent 2a6999e commit b4f57a9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mk/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ CC_AR := $(CROSS_PREFIX)$(CC_AR)
#################
# Common config #
#################
CFLAGS := \
CFLAGS += \
$(ARCH_FLAGS) \
-Wall \
-Wextra \
Expand All @@ -45,8 +45,7 @@ CFLAGS := \
-fomit-frame-pointer \
-std=c99 \
-pedantic \
-MMD \
$(CFLAGS)
-MMD

##################
# Some Variables #
Expand Down

0 comments on commit b4f57a9

Please sign in to comment.