Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / native_client / build / config / BUILDCONFIG.gn
index d2fbc33..91afaec 100644 (file)
@@ -392,13 +392,13 @@ if (is_clang) {
 # Optimizations and debug checking.
 if (is_debug) {
   _native_compiler_configs += [ "//native_client/build/config:debug" ]
-  default_optimization_config = "//native_client/build/config/compiler:no_optimize"
+  _default_optimization_config = "//native_client/build/config/compiler:no_optimize"
 } else {
-  native_compiler_configs += [ "//native_client/build/config:release" ]
+  _native_compiler_configs += [ "//native_client/build/config:release" ]
   _default_optimization_config = "//native_client/build/config/compiler:optimize"
 }
 
-_native_compiler_configs += [ default_optimization_config ]
+_native_compiler_configs += [ _default_optimization_config ]
 
 # Symbol setup.
 if (is_clang && is_linux) {