Explorar o código

Merge branch 'master' of https://github.com/civetweb/civetweb

bel2125 %!s(int64=6) %!d(string=hai) anos
pai
achega
db2108b2c1
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      build

+ 2 - 2
build

@@ -80,8 +80,8 @@ build () {
   local output_dir="${src_dir}/output"
   while (( "$#" )); do
     case "$1" in
-      --debug) build_type=Release;;
-      --release) build_type=Debug;;
+      --debug) build_type=Debug;;
+      --release) build_type=Release;;
       --shared) shared=YES;;
       --static) shared=NO;;
       --output) shift; out="$1";;