Explorar o código

fix build type in build script

beaver %!s(int64=6) %!d(string=hai) anos
pai
achega
adb5b12a54
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";;