From a77a4bd3642d662f035bd41acf75a8f00fe9f9e9 Mon Sep 17 00:00:00 2001 From: Raimon Zamora Date: Wed, 13 May 2026 14:15:28 +0200 Subject: [PATCH] =?UTF-8?q?-=20[NEW]=20Afegides=20configuracions=20"macos"?= =?UTF-8?q?=20i=20"macos=5Fdebug"=20al=20lagueirtofile=20que,=20amb=20l'ul?= =?UTF-8?q?tima=20versi=C3=B3=20(2.1.0+)=20de=20lagueirto,=20hopefully=20c?= =?UTF-8?q?ompilar=C3=A0=20en=20macOS.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lagueirtofile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/lagueirtofile b/lagueirtofile index c744835..9757660 100644 --- a/lagueirtofile +++ b/lagueirtofile @@ -25,3 +25,19 @@ libs = -lmingw32 -lSDL3 -lopengl32 executable = mini_debug.exe sourcepath = source+ buildpath = build + +[macos] +compiler = clang++ +cppflags = -Wall -Os -Wno-deprecated -ffunction-sections -fdata-sections -std=c++20 -Isource +libs = -lSDL3 -framework OpenGL +executable = mini +sourcepath = source+ +buildpath = build + +[macos_debug] +compiler = clang++ +cppflags = -D DEBUG -g -Wall -std=c++20 -Isource +libs = -lSDL3 -framework OpenGL +executable = mini_debug +sourcepath = source+ +buildpath = build