mirror of
https://github.com/thepigeongenerator/sdl_template.git
synced 2025-12-17 05:55:47 +01:00
add noreturn to functions which call 'exit'
This commit is contained in:
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
@@ -8,7 +8,7 @@
|
||||
"env": {
|
||||
"DEBUG": "1",
|
||||
"ASAN_OPTIONS": "detect_leaks=0",
|
||||
"UBSAN_OPTIONS": "print_stacktrace=1:halt_on_error=1",
|
||||
"UBSAN_OPTIONS": "print_stacktrace=1:halt_on_error=1"
|
||||
},
|
||||
"program": "",
|
||||
"linux": {
|
||||
@@ -20,7 +20,7 @@
|
||||
"preLaunchTask": "(dbg) compile win-x86_64",
|
||||
"program": "${workspaceFolder}/bin/linux-x86_64/dbg/${workspaceFolderBasename}.exe",
|
||||
"cwd": "${workspaceFolder}/bin/win-x86_64/dbg/"
|
||||
},
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
@@ -4,12 +4,12 @@
|
||||
{
|
||||
"label": "(dbg) compile linux-x86_64",
|
||||
"type": "shell",
|
||||
"command": "DEBUG=1 make linux-x86_64",
|
||||
"command": "DEBUG=1 make linux-x86_64"
|
||||
},
|
||||
{
|
||||
"label": "(dbg) compile win-x86_64",
|
||||
"type": "shell",
|
||||
"command": "DEBUG=1 make win-x86_64",
|
||||
"command": "DEBUG=1 make win-x86_64"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user