summaryrefslogtreecommitdiff
path: root/tutorial/haxe/csharp.hxml
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/haxe/csharp.hxml')
-rw-r--r--tutorial/haxe/csharp.hxml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tutorial/haxe/csharp.hxml b/tutorial/haxe/csharp.hxml
index 295c017e7..41d20adcc 100644
--- a/tutorial/haxe/csharp.hxml
+++ b/tutorial/haxe/csharp.hxml
@@ -28,11 +28,11 @@
#CSHARP target
-cs bin/Tutorial.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