Fixed config format to allow default compiler flags
This commit is contained in:
parent
1eed2ee985
commit
817f43f927
@ -167,6 +167,18 @@
|
|||||||
{'type' : 'null' }]},
|
{'type' : 'null' }]},
|
||||||
'fc': { 'anyOf': [ {'type' : 'string' },
|
'fc': { 'anyOf': [ {'type' : 'string' },
|
||||||
{'type' : 'null' }]},
|
{'type' : 'null' }]},
|
||||||
|
'fflags': { 'anyOf': [ {'type' : 'string' },
|
||||||
|
{'type' : 'null' }]},
|
||||||
|
'cppflags': { 'anyOf': [ {'type' : 'string' },
|
||||||
|
{'type' : 'null' }]},
|
||||||
|
'cflags': { 'anyOf': [ {'type' : 'string' },
|
||||||
|
{'type' : 'null' }]},
|
||||||
|
'cxxflags': { 'anyOf': [ {'type' : 'string' },
|
||||||
|
{'type' : 'null' }]},
|
||||||
|
'ldflags': { 'anyOf': [ {'type' : 'string' },
|
||||||
|
{'type' : 'null' }]},
|
||||||
|
'ldlibs': { 'anyOf': [ {'type' : 'string' },
|
||||||
|
{'type' : 'null' }]},
|
||||||
},},},},},},},},
|
},},},},},},},},
|
||||||
|
|
||||||
'mirrors': {
|
'mirrors': {
|
||||||
|
Loading…
Reference in New Issue
Block a user