macos works, tested with arm64-clang
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -4,4 +4,6 @@ build/
|
|||||||
*.d
|
*.d
|
||||||
*.log
|
*.log
|
||||||
*.tmp
|
*.tmp
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
*.dSYM
|
||||||
|
tests/test_linkedlist
|
||||||
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user