macos works, tested with arm64-clang

This commit is contained in:
2026-01-13 22:23:28 -05:00
parent b497960dc4
commit f75c8141d4
2 changed files with 5 additions and 3 deletions

4
.gitignore vendored
View File

@@ -4,4 +4,6 @@ build/
*.d *.d
*.log *.log
*.tmp *.tmp
.DS_Store .DS_Store
*.dSYM
tests/test_linkedlist

4
.vscode/tasks.json vendored
View File

@@ -2,8 +2,8 @@
"tasks": [ "tasks": [
{ {
"type": "cppbuild", "type": "cppbuild",
"label": "C/C++: gcc-14 build active file", "label": "C/C++: gcc build active file",
"command": "/usr/bin/gcc-14", "command": "/usr/bin/gcc",
"args": [ "args": [
"-fdiagnostics-color=always", "-fdiagnostics-color=always",
"-g3", "-g3",