Browse Source

deprecate -as3 target #8295

Aleksandr Kuzmenko 6 years ago
parent
commit
ac0406b0df
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/generators/genas3.ml

+ 1 - 0
src/generators/genas3.ml

@@ -1294,6 +1294,7 @@ let generate_base_enum ctx =
 	newline ctx
 
 let generate com =
+	com.warning "-as3 target is deprecated. Use -swf instead. See https://github.com/HaxeFoundation/haxe/issues/8295" Globals.null_pos;
 	let infos = {
 		com = com;
 	} in