diff options
| -rw-r--r-- | Makefile | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -72,6 +72,7 @@ endif  ifeq ($(UNAME_M),$(filter $(UNAME_M),x86_64 i686))  	# Use all CPU extensions that are available:  	CFLAGS += -march=native -mtune=native +	CXXFLAGS += -march=native -mtune=native  endif  ifneq ($(filter ppc64%,$(UNAME_M)),)  	POWER9_M := $(shell grep "POWER9" /proc/cpuinfo) | 
