From 4d95ec30644b96dcad18c8ed4cde4e89664cfdf1 Mon Sep 17 00:00:00 2001 From: SimonFJ20 Date: Mon, 16 Dec 2024 15:09:03 +0100 Subject: [PATCH] use O2 and not static --- runtime/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/runtime/Makefile b/runtime/Makefile index b132f02..a6066e3 100644 --- a/runtime/Makefile +++ b/runtime/Makefile @@ -9,8 +9,7 @@ ifeq ($(RELEASE),1) CXX_FLAGS = \ -std=c++23 \ - -O3 \ - -static -static-libgcc -static-libstdc++ \ + -O2 \ -pedantic -pedantic-errors \ -Wall -Wextra -Wpedantic -Wconversion -Werror\