summaryrefslogtreecommitdiff
path: root/runtime/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/build.rs')
-rw-r--r--runtime/build.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/build.rs b/runtime/build.rs
index 2c6f0a4d8..606d341f3 100644
--- a/runtime/build.rs
+++ b/runtime/build.rs
@@ -250,6 +250,7 @@ mod startup_snapshot {
extensions,
compression_cb: None,
with_runtime_cb: None,
+ skip_op_registration: false,
});
for path in output.files_loaded_during_snapshot {
println!("cargo:rerun-if-changed={}", path.display());