From ddfe11042b50b4937cf34fa44a9fa3a54758b1dc Mon Sep 17 00:00:00 2001 From: Peter Robins Date: Tue, 22 Jul 2014 10:00:56 +0100 Subject: [PATCH] Update buildcfg/readme --- buildcfg/readme.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/buildcfg/readme.md b/buildcfg/readme.md index f69b3c648d..d91cdd5c9a 100644 --- a/buildcfg/readme.md +++ b/buildcfg/readme.md @@ -1,12 +1,3 @@ # Build configs -This directory includes configuration files (json) for the tasks/build.js -build script. - -Notes: - -`use_types_for_optimization` is set to `false` for the SIMPLE and WHITESPACE -builds. If it was set to `true` we would get function names like -`ol_control_Control_prototype$setMap` in the compiled code when using the -SIMPLE compilation. `use_types_for_optimization` is only appropriate for -ADVANCED compilation. To be sure we also don't set it for WHITESPACE. +This directory includes configuration files (json) for the build scripts in tasks/.