Cleanup makefile.

This commit is contained in:
Roz K 2023-01-03 11:10:14 +01:00
parent baac333b44
commit 357066b315
Signed by: roz
GPG Key ID: 51FBF4E483E1C822

View File

@ -21,7 +21,7 @@ cpp/math.cpp
OUTPUTFILE = engine.so 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 .PHONY: all
all: clean $(OUTPUTFILE) all: clean $(OUTPUTFILE)