Skip to content

Commit ea82d80

Browse files
authored
fix typo
1 parent 445b111 commit ea82d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.x86_64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ endif
6161
ifeq ($(CORE), SKYLAKEX)
6262
ifndef NO_AVX512
6363
CCOMMON_OPT += -march=skylake-avx512
64-
ifeq ($(C_COMPILER, CLANG)
64+
ifeq ($(C_COMPILER), CLANG)
6565
CCOMMON_OPT += -mllvm -exhaustive-register-search
6666
endif
6767
ifneq ($(F_COMPILER), NAG)

0 commit comments

Comments
 (0)