Markus Mützel
Markus Mützel
Afaict, it is not completely uncommon that projects override the flags in `CMAKE_${Language}_FLAGS_${CMAKE_BUILD_TYPE}`. But I understand your point of view. We could just remove the block that modifies these flags...
I updated the PR to leave cmake's default optimization level alone unless the user explicitly specifies optimization flags in any of the `COMMON_OPT` variables.
@taozuhong: Were you able to test with the build artifacts from this PR? You can download them from the drop-down list that appears when you click on "Artifacts" in the...
Are these three screenshots showing output before or after the build artifact from this PR was installed? (I can't spot the difference between the output in the different screenshots.) Is...
Is this different to before the change from this PR?
I'm confused. So, which issue did you fix with #12892? And does it re-appear with this change?
Unfortunately, I can't help in setting up unixodbc either. As maybe the next best thing, could you please check if this stand-alone program determines the correct charset for you? [test_locale.zip](https://github.com/msys2/MINGW-packages/files/9507458/test_locale.zip)...
@Biswa96: Do you know how to test this package?
Thank you. Well, that's not exactly the charset that you hardcoded in the other PR. But it is an Asian charset pretty similar to it afaict. I guess that means...
The patch was accepted upstream. I updated the PR to get the patch from there.