summaryrefslogtreecommitdiff
path: root/test/haxe/csharp.hxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/haxe/csharp.hxml')
-rw-r--r--test/haxe/csharp.hxml8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/haxe/csharp.hxml b/test/haxe/csharp.hxml
index 295c017e7..8dd891c20 100644
--- a/test/haxe/csharp.hxml
+++ b/test/haxe/csharp.hxml
@@ -26,13 +26,13 @@
-main Main
#CSHARP target
--cs bin/Tutorial.exe
+-cs bin/ThriftTest.exe
+
+# 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