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

Change default build type to "minsize" #1463

Closed
wants to merge 1 commit into from
Closed

Change default build type to "minsize" #1463

wants to merge 1 commit into from

Conversation

krader1961
Copy link
Contributor

People (and distros) have been building ksh from this project using the
default "debug" build type since we switched from Nmake to Meson. That
results in a ksh program whose performance is far from optimal. So change
the default build type. If a debugging enabled binary is needed, such as
in a CI environment, it must be requested explicitly.

Related #1449

People (and distros) have been building ksh from this project using the
default "debug" build type since we switched from Nmake to Meson. That
results in a ksh program whose performance is far from optimal. So change
the default build type. If a debugging enabled binary is needed, such as
in a CI environment, it must be requested explicitly.

Related #1449
@siteshwar
Copy link
Contributor

LGTM

@krader1961
Copy link
Contributor Author

Merged with a comment added to CHANGELOG.md. I also cherry-picked this into the 2020.0.1 branch so that future builds by distros will be appropriately optimized even if they don't explicitly use the --buildtype=minsize option.

@krader1961 krader1961 closed this Jan 31, 2020
@@ -1,4 +1,9 @@
project('ksh93', 'c', default_options: [
project('ksh9', 'c', default_options: [
Copy link
Contributor

Choose a reason for hiding this comment

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

There seems to be a typo here on "ksh9"...

Copy link
Contributor

Choose a reason for hiding this comment

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

Just noticed that this is already fixed on trunk

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