mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
21 lines
431 B
JSON
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": "."
|
|
} |