Index: runtime/vm/BUILD.gn |
diff --git a/runtime/vm/BUILD.gn b/runtime/vm/BUILD.gn |
index 2f0a5edf5ca9f0d0594fc724bc251d0f000cd8aa..1bbdea229b7de3fea4689656113757bd318eade4 100644 |
--- a/runtime/vm/BUILD.gn |
+++ b/runtime/vm/BUILD.gn |
@@ -71,6 +71,20 @@ static_library("libdart_vm") { |
} |
+static_library("libdart_vm_noopt") { |
+ configs += ["..:dart_config", |
+ "..:dart_maybe_product_config", |
+ "..:dart_precompiler_config", |
+ "..:dart_maybe_precompiled_runtime_config"] |
+ public_configs = [":libdart_vm_config"] |
+ set_sources_assignment_filter(["*_test.cc", "*_test.h"]) |
+ sources = vm_sources_list.sources |
+ include_dirs = [ |
+ "..", |
+ ] |
+} |
+ |
+ |
static_library("libdart_vm_precompiled_runtime") { |
configs += ["..:dart_config", |
"..:dart_maybe_product_config", |