summaryrefslogtreecommitdiff
path: root/test/haxe/neko.hxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/haxe/neko.hxml')
-rw-r--r--test/haxe/neko.hxml8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/haxe/neko.hxml b/test/haxe/neko.hxml
index 6161f6977..20c1ea64a 100644
--- a/test/haxe/neko.hxml
+++ b/test/haxe/neko.hxml
@@ -26,13 +26,13 @@
-main Main
#neko target
--neko bin/Tutorial.n
+-neko bin/ThriftTest.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