Index: cli/standalone/binary.rs
--- cli/standalone/binary.rs.orig
+++ cli/standalone/binary.rs
@@ -272,6 +272,7 @@ impl<'a> DenoCompileBinaryWriter<'a> {
     &self,
     compile_flags: &CompileFlags,
   ) -> Result<Vec<u8>, AnyError> {
+    bail!("deno compile is not supported on OpenBSD.");
     // Used for testing.
     //
     // Phase 2 of the 'min sized' deno compile RFC talks
