소스 검색

dce update

Nicolas Cannasse 13 년 전
부모
커밋
82058880ce
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/CHANGES.txt

+ 1 - 1
doc/CHANGES.txt

@@ -17,7 +17,7 @@
 	js : no JS embed as default (use -D embed-js instead)
 	all : added abstract types (Int/Float/Bool/Void/Class/Enum/EnumValue)
 	all : added --help-defines
-	all : DCE always run on standard library files
+	all : changed DCE with three modes : std(default), no and full
 	all : Haxe3 packages changes (see http://haxe.org/manual/haxe3)
 	all : Removed haxe.Int32, haxe.Firebug, haxe.TimerQueue
 	all : added -D key=value and #if (key >= value) operations