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