summaryrefslogtreecommitdiff
path: root/tutorial/haxe/neko.hxml
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/haxe/neko.hxml')
-rw-r--r--tutorial/haxe/neko.hxml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tutorial/haxe/neko.hxml b/tutorial/haxe/neko.hxml
index 6161f6977..00b055637 100644
--- a/tutorial/haxe/neko.hxml
+++ b/tutorial/haxe/neko.hxml
@@ -28,11 +28,11 @@
#neko target
-neko bin/Tutorial.n
+# libs
+-lib uuid
+
#Add debug information
-debug
#dead code elimination : remove unused code
-#"-dce no" : do not remove unused code
-#"-dce std" : remove unused code in the std lib (default)
-#"-dce full" : remove all unused code
-dce full \ No newline at end of file