diff --git a/makefile b/Makefile similarity index 95% rename from makefile rename to Makefile index 9c7b56e..bb980af 100644 --- a/makefile +++ b/Makefile @@ -1,5 +1,5 @@ CXX := g++ -CXXFLAGS := -Wall -Wextra -Wpedantic -O3 -std=c++20 -march=native -fno-math-errno +CXXFLAGS := -Wall -Wextra -Wpedantic -O3 -std=c++20 -march=native -fno-math-errno -flto=auto LDFLAGS := -static -s # OS detection @@ -42,4 +42,4 @@ clean: $(RM) $(TARGET) $(RMDIR) $(OBJ_DIR) -.PHONY: all clean \ No newline at end of file +.PHONY: all clean