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

Release mode default #13

Merged
merged 2 commits into from
Oct 5, 2022
Merged

Release mode default #13

merged 2 commits into from
Oct 5, 2022

Conversation

voertler
Copy link
Contributor

Enable release build as default

@basarts basarts self-requested a review September 7, 2022 15:50
@basarts
Copy link
Contributor

basarts commented Sep 8, 2022

This pull request includes #10, #11 and #12; I propose to make them orthogonal.

@voertler
Copy link
Contributor Author

@basarts updated pull requests

@basarts
Copy link
Contributor

basarts commented Oct 5, 2022

Build type can also be set by using bootstrap option -m <type>. Separately hardcoding DCMAKE_BUILD_TYPE could potentially result in conflicting build type settings.

@@ -263,7 +263,8 @@ if [ -z "$DL_ONLY" ]; then
-DBOOST_ROOT="$BOOST_ROOT" \
-DWITH_SYSTEMC="$WITH_SYSTEMC" \
-DSYSTEMC_HOME="$SYSTEMC_HOME" \
-DGLOG_ROOT="$GLOG_ROOT"
-DGLOG_ROOT="$GLOG_ROOT" \
-DCMAKE_BUILD_TYPE="Release"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build type can also be set by using bootstrap option -m . Separately hardcoding DCMAKE_BUILD_TYPE could potentially result in conflicting build type settings.

removed hard coded build type
@SchulzSt SchulzSt merged commit dcc6194 into accellera-official:master Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants