From f75c8141d4818a63f4ad26e68816d8da546d958f Mon Sep 17 00:00:00 2001 From: Elaina Claus Date: Tue, 13 Jan 2026 22:23:28 -0500 Subject: [PATCH] macos works, tested with arm64-clang --- .gitignore | 4 +++- .vscode/tasks.json | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 950b750..a365565 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,6 @@ build/ *.d *.log *.tmp -.DS_Store \ No newline at end of file +.DS_Store +*.dSYM +tests/test_linkedlist \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 5137304..37494d7 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -2,8 +2,8 @@ "tasks": [ { "type": "cppbuild", - "label": "C/C++: gcc-14 build active file", - "command": "/usr/bin/gcc-14", + "label": "C/C++: gcc build active file", + "command": "/usr/bin/gcc", "args": [ "-fdiagnostics-color=always", "-g3",