blob: 1fe6af8c2e1fc308054474350989acb4dc8de6b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[
{
"description": "Test for exebin.mac macros (-Ox)",
"id": "binexe",
"format": "bin",
"source": "binexe.asm",
"option": "-Ox -i./misc/",
"target": [
{ "output": "binexe.exe" }
]
},
{
"description": "Test for exebin.mac macros (-O0)",
"ref": "binexe",
"option": "-O0 -i./misc/",
"update": false
}
]
|