aboutsummaryrefslogtreecommitdiff
path: root/lib/libunwind/src/libunwind.cpp
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2020-02-13 20:47:44 -0500
committerAndrew Kelley <andrew@ziglang.org>2020-02-13 20:47:44 -0500
commitfb6b94f80fed42b4c690b43a875bf0a58977493e (patch)
tree74fcd751e35852e6b5d1defe990327c55c40c2b2 /lib/libunwind/src/libunwind.cpp
parentcf67d30cdcdd46264e59184ff6a1bf9062a77878 (diff)
downloadzig-fb6b94f80fed42b4c690b43a875bf0a58977493e.tar.gz
zig-fb6b94f80fed42b4c690b43a875bf0a58977493e.zip
cmake: remove case mismatch detection on build mode
See discussion here for context: https://github.com/ziglang/zig/commit/c6df5deb3450e0d8a2ba449c34a0bd195fbce8ec#comments Michael - I appreciate what you did here, making the configure script work better for people in practice. When it was checking the build type against a whitelist, I think it was worth it. However, now that we are supporting systems which use non-standard cmake build modes, I don't think this case-mismatch detection thing is worth it. It's starting to get to the point where it's a lot of complication for very little benefit. Besides, cmake is not case sensitive. If we support non-standard build modes, then we would need to support a hypothetical build mode of `release` (lower case). So let's just remove this and rely on people to use the build system correctly (like they will have to do when building any cmake project from source).
Diffstat (limited to 'lib/libunwind/src/libunwind.cpp')
0 files changed, 0 insertions, 0 deletions