Project configuration
Definition
{
"build_cmd": {
"cmd": [
"make"
],
"run_dir": null
},
"clean_cmd": {
"cmd": [
"make",
"clean"
],
"run_dir": null
},
"test_cmd": {
"cmd": [
"make",
"test"
],
"run_dir": null
},
"benchmark_cmd": {
"cmd": [
"make",
"bench"
],
"run_dir": null
},
"top_function": {
"name": "FFT",
"file": "src/fft.cpp"
},
"target_platform": "native"
}Configure using VSCode extension


Configure manually
Supported target platforms

Generate your configuration

Advanced usage: deactivate optimizations

Last updated
