Skip to content
Snippets Groups Projects
Commit 817f43f9 authored by Gregory Becker's avatar Gregory Becker
Browse files

Fixed config format to allow default compiler flags

parent 1eed2ee9
Branches
Tags
No related merge requests found
...@@ -167,6 +167,18 @@ ...@@ -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': {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment