From 85b5ccf5aea0c45f12e26e92f16e7feb424fc319 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Thu, 4 Jul 2019 15:57:51 -0400 Subject: [PATCH] Removing swear word. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index cfceaaa5b..535eac324 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,6 @@ architecture:=$(shell arch) CXXFLAGS = -std=c++17 -Wall -Wextra -Wshadow -Iinclude -Ibenchmark/linux $(EXTRAFLAGS) CFLAGS = -march=native -Idependencies/ujson4c/3rdparty -Idependencies/ujson4c/src $(EXTRAFLAGS) ifeq ($(architecture),aarch64) -$(echo fuck) CXXFLAGS += -march=armv8-a+crc+crypto CFLAGS += -march=armv8-a+crc+crypto else