Commit 0d4597a
ORC-1937: Use the default
### What changes were proposed in this pull request?
This removes setting the Meson configuration to remove the buildtype of release by default.
### Why are the changes needed?
While coming from CMake it may seem like a good idea to build release builds by default, the setting is either ignored or problematic when orc is used as a subproject in other projects, especially on Windows where a main project building a library with debug symbols may fail if a subproject tries to force release symbols.
### How was this patch tested?
Compiled locally
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #2298 from WillAyd/remove-meson-release-build.
Authored-by: Will Ayd <william.ayd@icloud.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>buildtype in Meson config1 parent 15d86df commit 0d4597a
3 files changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
256 | 256 | | |
257 | 257 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
0 commit comments