From 31799cb0ec77f60decaeaa1cd98ba0d810395e53 Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Mon, 3 Feb 2025 13:44:53 +0100 Subject: [PATCH] added optimization and warning flags to the compiler --- cpp/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpp/Makefile b/cpp/Makefile index 50c8770..c1e549a 100644 --- a/cpp/Makefile +++ b/cpp/Makefile @@ -1,3 +1,5 @@ +CXXFLAGS += -O3 -Wall + # Add .d to Make's recognized suffixes. SUFFIXES += .d