From 357066b315d33f4348f7122ac3ca160b8d600404 Mon Sep 17 00:00:00 2001 From: Roz K Date: Tue, 3 Jan 2023 11:10:14 +0100 Subject: [PATCH] Cleanup makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 43aae9f..96fce1d 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ cpp/math.cpp OUTPUTFILE = engine.so -CXXFLAGS = -fpic -Wall -Werror -O2 -flto -fomit-frame-pointer -ffast-math -funroll-loops -fno-rtti -fno-exceptions +CXXFLAGS = -Wall -Werror -O2 -march=x86-64 -mtune=generic -msse2 -ffast-math -fpic -flto -fno-rtti -fno-exceptions .PHONY: all all: clean $(OUTPUTFILE)