Files
c3c/resources/examples/nolibc/project.json
2023-09-15 16:46:38 +02:00

21 lines
431 B
JSON

{
"authors": [ "Dmitry Atamanov https://github.com/data-man" ],
"version": "0.0.1 Omega",
"sources": [ "./**" ],
"targets": {
"hello_world": {
"type": "executable",
"opt": "O3",
"nolibc": true,
"nostdlib": true
},
},
"debug-info": "none",
"target": "linux-x64",
"reloc": "none",
"trap-on-wrap": false,
"soft-float": false,
"x86vec": "sse",
"cpu": "generic",
"output": "."
}