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