Commit a54efe2
committed
llama : remove apple-a12 flag for ios-sim and ios-device builds
This commit removes the -mcpu=apple-a12 flag from the ios-sim and
ios-device builds. This should not be required now that we are setting
GGML_NATIVE=OFF.
The motivation for this is that these flags were causing the following
error when building the xcframework:
```console
clang: error: unsupported option '-mcpu=' for target 'x86_64-apple-ios16.4-simulator'
```1 parent 03d36cd commit a54efe2
1 file changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
143 | | - | |
| 142 | + | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
155 | | - | |
| 154 | + | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
165 | | - | |
| 164 | + | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| |||
0 commit comments