]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/tools/all/zsh_autocompletion/all/_all
Build an optimized release binary when using `./all compile` by default
[xonotic/xonotic.git] / misc / tools / all / zsh_autocompletion / all / _all
index 7cd8ec2e924aaf0bda353af3ed0a12639aeceeee..f4a8e6dbbb18e7c450f5830699f44d156c94baf4 100644 (file)
@@ -54,10 +54,12 @@ case $state in
                 "-1[don't compile d0_blind_id]" \
                 '-c[clean all before building]' \
                 '-qc[clean QuakeC binaries]' \
-                - '(release)' \
-                    '-r[build in release mode]' \
+                - '(debug)' \
+                    '-d[build in debug mode]' \
                 - '(profile)' \
-                    '-p[build in profile mode]' && ret=0
+                    '-p[build in profile mode]' \
+                - '(release)' \
+                    '-r[build in release mode (default)]' && ret=0
             ;;
 
         compile-map)