Browse Source

make haxe fast again

Simon Krajewski 5 tháng trước cách đây
mục cha
commit
f7d851f672
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/dune

+ 1 - 1
src/dune

@@ -52,5 +52,5 @@
 	(modules haxe)
 	(link_flags (:include libs.sexp))
 	; Uncomment to enable bytecode output for ocamldebug support
-	(modes byte)
+	; (modes byte)
 )