Commit e745bd8d authored by Alexey.Golubev's avatar Alexey.Golubev Committed by Alexander.Trofimov

Изменения для работы с обновленным gcc

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57363 954022d7-b5bf-4e40-9824-e11837661b57
parent bb3dcb24
......@@ -226,12 +226,12 @@ module.exports = function(grunt) {
},
sdk: {
TEMPcompilerOpts: {
compilation_level: 'ADVANCED_OPTIMIZATIONS',
compilation_level: 'ADVANCED',
externs: packageFile['compile']['sdk']['externs'],
define: packageFile['compile']['sdk']['define'],
warning_level: 'QUIET',
variable_map_output_file: packageFile['compile']['sdk']['log'] + '/variable.map',
property_map_output_file: packageFile['compile']['sdk']['log'] + '/property.map'/*,
variable_renaming_report: packageFile['compile']['sdk']['log'] + '/variable.map',
property_renaming_report: packageFile['compile']['sdk']['log'] + '/property.map'/*,
create_source_map: map_file_path,
source_map_format: "V3"*/
},
......@@ -240,7 +240,7 @@ module.exports = function(grunt) {
},
defines: {
TEMPcompilerOpts: {
compilation_level: 'SIMPLE_OPTIMIZATIONS',
compilation_level: 'SIMPLE',
warning_level: 'QUIET'
},
src: packageFile['compile']['defines']['src'],
......
{
"closure_compiler": "C:/Bin/Google/Closure-compiler/compiler.jar",
"closure_compiler": "C:/Bin/Google/Closure-compiler-2014/compiler.jar",
"menu_path": "../../../menu/sdk"
}
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment