We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7beba94 commit f4383d0Copy full SHA for f4383d0
1 file changed
Makefile.arm64
@@ -61,7 +61,7 @@ endif
61
ifeq ($(CORE), ARMV9SME)
62
CCOMMON_OPT += -march=armv9-a+sve2+sme
63
FCOMMON_OPT += -march=armv9-a+sve2
64
-if defined(OS_WINDOWS)
+ifdef OS_WINDOWS
65
ifeq ($(C_COMPILER), CLANG)
66
CCOMMON_OPT += --aarch64-stack-hazard-size=0
67
endif
0 commit comments