aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Perl <m@thp.io>2023-03-09 14:24:55 +0100
committerZeranoe <zeranoe@gmail.com>2023-03-16 17:05:29 -0400
commit08fc3efcac9f727076782ff6cea0d9ba4d8a31bf (patch)
tree6f08ac6a0a2b1cd1ab862a16168d4ddb907dad5f
parent4925ef65d873165c9f5a8e94e6527883a73c1c98 (diff)
Keep build flags uninitialized
-rwxr-xr-xmingw-w64-build4
1 files changed, 0 insertions, 4 deletions
diff --git a/mingw-w64-build b/mingw-w64-build
index 55a5315..dd7f8d9 100755
--- a/mingw-w64-build
+++ b/mingw-w64-build
@@ -26,10 +26,6 @@ ENABLE_THREADS="--enable-threads=posix"
JOB_COUNT=$(($(getconf _NPROCESSORS_ONLN) + 2))
-BUILD_I586=0
-BUILD_I686=0
-BUILD_X86_64=0
-
LINKED_RUNTIME="msvcrt"
show_help()