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