Commit 289acbd
authored
Support for cmdline flag to toggle Debug vs Release build types in cmake (#11662)
### Summary
Adds support for command line option to toggle the cmake build mode from
`Debug` vs `Release`.
### Test plan
An example use case is shown in
`examples/selective_build/test_selective_build.sh` in the
`test_cmake_select_ops_in_model()` function. For example, you could run
the following to build executorch and run the test in `Debug` mode:
```
CMAKE_BUILD_TYPE=Debug bash examples/selective_build/test_selective_build.sh cmake
```1 parent 1860719 commit 289acbd
File tree
2 files changed
+11
-5
lines changed- .ci/scripts
- examples/selective_build
2 files changed
+11
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| 159 | + | |
159 | 160 | | |
160 | 161 | | |
161 | 162 | | |
162 | | - | |
| 163 | + | |
163 | 164 | | |
164 | 165 | | |
165 | | - | |
| 166 | + | |
166 | 167 | | |
167 | 168 | | |
168 | 169 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
197 | 202 | | |
198 | 203 | | |
199 | | - | |
| 204 | + | |
200 | 205 | | |
201 | 206 | | |
202 | 207 | | |
| |||
0 commit comments