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