aboutsummaryrefslogtreecommitdiff
path: root/security/highwayhash/files/patch-Makefile
blob: d6ba3a52f0e69197053fc079d0e7c52f8fb686d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Makefile.orig	2020-04-29 18:43:05 UTC
+++ Makefile
@@ -1,7 +1,7 @@
 # We assume X64 unless HH_POWER, HH_ARM, or HH_AARCH64 are defined.
 
 override CPPFLAGS += -I.
-override CXXFLAGS += -std=c++11 -Wall -O3 -fPIC -pthread
+override CXXFLAGS += -std=c++11 -Wall -fPIC -pthread
 override LDFLAGS += -pthread
 
 PREFIX ?= /usr/local