OLD | NEW |
---|---|
1 { | 1 { |
2 "program": { | 2 "program": { |
3 "portable": { | 3 "portable": { |
4 "pnacl-translate": { | 4 "pnacl-translate": { |
5 "url": "remoting_client_plugin_newlib.pexe", | 5 "url": "remoting_client_plugin_newlib.pexe", |
6 "optlevel": 2 | 6 "optlevel": 2 |
7 } | 7 } |
8 {% if buildtype == 'Dev' %} | |
9 , "pnacl-debug": { | |
10 "url": "remoting_client_plugin_newlib.pexe.debug", | |
11 "optlevel": 0 | |
12 } | |
13 {% endif %} | |
8 } | 14 } |
9 } | 15 } |
10 } | 16 } |
OLD | NEW |