-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Setting b_vscrt
via meson setup --reconfigure
has no effect on the generated build.ninja
#11732
Comments
bruchar1
added a commit
to bruchar1/meson
that referenced
this issue
Dec 1, 2023
This is a first step to make `buildtype` a true alias of `debug` and `optimization` options. See mesonbuild#10808. Relates to: - mesonbuild#11645 - mesonbuild#12096 - mesonbuild#5920 - mesonbuild#5814 - mesonbuild#8220 - mesonbuild#8493 - mesonbuild#9540 - mesonbuild#10487 - mesonbuild#12265 - mesonbuild#8308 - mesonbuild#8214 - mesonbuild#7194 - mesonbuild#11732
bruchar1
added a commit
to bruchar1/meson
that referenced
this issue
Dec 2, 2023
This is a first step to make `buildtype` a true alias of `debug` and `optimization` options. See mesonbuild#10808. Relates to: - mesonbuild#11645 - mesonbuild#12096 - mesonbuild#5920 - mesonbuild#5814 - mesonbuild#8220 - mesonbuild#8493 - mesonbuild#9540 - mesonbuild#10487 - mesonbuild#12265 - mesonbuild#8308 - mesonbuild#8214 - mesonbuild#7194 - mesonbuild#11732
bruchar1
added a commit
to bruchar1/meson
that referenced
this issue
Dec 5, 2023
This is a first step to make `buildtype` a true alias of `debug` and `optimization` options. See mesonbuild#10808. Relates to: - mesonbuild#11645 - mesonbuild#12096 - mesonbuild#5920 - mesonbuild#5814 - mesonbuild#8220 - mesonbuild#8493 - mesonbuild#9540 - mesonbuild#10487 - mesonbuild#12265 - mesonbuild#8308 - mesonbuild#8214 - mesonbuild#7194 - mesonbuild#11732
jpakkane
pushed a commit
that referenced
this issue
Dec 23, 2023
This seems to be true for all base options. For instance, |
bruchar1
added a commit
to bruchar1/meson
that referenced
this issue
Jan 4, 2024
bruchar1
added a commit
to bruchar1/meson
that referenced
this issue
Jan 4, 2024
bruchar1
added a commit
to bruchar1/meson
that referenced
this issue
Jan 4, 2024
dcbaker
pushed a commit
that referenced
this issue
Feb 23, 2024
soumyaDghosh
pushed a commit
to soumyaDghosh/meson
that referenced
this issue
Jun 4, 2024
gerioldman
pushed a commit
to gerioldman/meson
that referenced
this issue
Jul 2, 2024
This is a first step to make `buildtype` a true alias of `debug` and `optimization` options. See mesonbuild#10808. Relates to: - mesonbuild#11645 - mesonbuild#12096 - mesonbuild#5920 - mesonbuild#5814 - mesonbuild#8220 - mesonbuild#8493 - mesonbuild#9540 - mesonbuild#10487 - mesonbuild#12265 - mesonbuild#8308 - mesonbuild#8214 - mesonbuild#7194 - mesonbuild#11732
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reconfiguring with a different value of
b_vscrt
does not result in changes tobuild.ninja
.Running
meson setup
with-Db_vscrt=mdd
results in the correct flag being passed to the compiler:edited to remove unrelated output. However, reconfiguring with
-Db_vscrt=md
has no effect:also edited to remove unrelated output. I would have expected the
/MDd
flag to be turned into/MD
.This is Windows with VS 17.5.3, Python 3.10, meson 1.1.0 and ninja 1.10.2.
The text was updated successfully, but these errors were encountered: