mcst-linux-kernel/patches-2024.06.26/fio-3.34/0001-no-march-native.patch

13 lines
319 B
Diff

--- a/Makefile 2023-04-27 22:28:28.788557271 +0300
+++ b/Makefile 2023-04-27 22:28:46.136557630 +0300
@@ -30,9 +30,6 @@
ifndef CONFIG_FIO_NO_OPT
FIO_CFLAGS += -O3
endif
-ifdef CONFIG_BUILD_NATIVE
- FIO_CFLAGS += -march=native
-endif
ifdef CONFIG_PDB
LINK_PDBFILE ?= -Wl,-pdb,$(dir $@)/$(basename $(@F)).pdb