Skip to content
Snippets Groups Projects
Commit 552cfac6 authored by Todd Gamblin's avatar Todd Gamblin
Browse files

Merge pull request #1008 from LLNL/features/cflags-fix

Fixed config format to allow default compiler flags
parents 1fb4fa02 817f43f9
No related branches found
No related tags found
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