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

2
.gitignore vendored
View File

@@ -5,3 +5,5 @@ build/
*.log
*.tmp
.DS_Store
*.dSYM
tests/test_linkedlist

4
.vscode/tasks.json vendored
View File

@@ -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",