Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove CMAKE_BUILD_TYPE values that do not work when building Z3 #4997

Merged

Conversation

jafingerhut
Copy link
Contributor

The only values that work when Z3 is built, e.g. when ENABLE_TEST_TOOLS=ON is configured, are these, checked for by Z3 cmake:

Debug;Release;RelWithDebInfo;MinSizeRel

The only values that work when Z3 is built, e.g. when
ENABLE_TEST_TOOLS=ON is configured, are these, checked for by Z3
cmake:

  Debug;Release;RelWithDebInfo;MinSizeRel

Signed-off-by: Andy Fingerhut <[email protected]>
@fruffy fruffy added infrastructure Topics related to code style and build and test infrastructure. documentation Topics related to compiler documentation. labels Nov 2, 2024
Copy link
Contributor

github-actions bot commented Nov 2, 2024

githubloading A preview of this PR is available at: Preview Link
📂 View the source code here: View Source Code
🔧 Commit used for deployment: 5e150ba9a082cc0609535768ac8d3be58d378996

Note: Changes may take a few seconds to appear on GitHub Pages. Please refresh the page if you do not see the updates immediately.

@jafingerhut jafingerhut added this pull request to the merge queue Nov 2, 2024
Merged via the queue into p4lang:main with commit 0b7b485 Nov 2, 2024
21 checks passed
@jafingerhut jafingerhut deleted the update-build-type-names-in-readme branch November 2, 2024 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Topics related to compiler documentation. infrastructure Topics related to code style and build and test infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants