Commit 427a106
committed
Remove embedded per-file options in a few projects
* OpenAL: 4 source files were forcing MaxSpeed. They should instead
respect the configuration they use.
* xrCPU_Pipe: 1 source file (an SSE specific one with embedded asm) is
forcing MaxSpeed and various preprocessor options which appear left
over from when the inline assembly was being written/debugged. The
config will set the appropriate optimization level.
This was noticed because VerifiedDX11 is set to no optimization for
debugging purposes but optimization kept being applied to certain
files.
* xrCore: Remove AssemblerOutput from a few files which appears to be
left over from debugging. The .asm file isn't used by anything but
humans.1 parent c742869 commit 427a106
File tree
4 files changed
+7
-70
lines changed- src
- 3rd party/openal/OpenAL-Windows/Router/vs2022
- xrCDB/vs2022
- xrCPU_Pipe/vs2022
- xrCore/vs2022
4 files changed
+7
-70
lines changedLines changed: 0 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | 262 | | |
267 | 263 | | |
268 | 264 | | |
| |||
277 | 273 | | |
278 | 274 | | |
279 | 275 | | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | 276 | | |
285 | 277 | | |
286 | 278 | | |
| |||
295 | 287 | | |
296 | 288 | | |
297 | 289 | | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | 290 | | |
303 | 291 | | |
304 | 292 | | |
| |||
313 | 301 | | |
314 | 302 | | |
315 | 303 | | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | 304 | | |
321 | 305 | | |
322 | 306 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
335 | | - | |
| 330 | + | |
336 | 331 | | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | | - | |
343 | | - | |
344 | | - | |
345 | | - | |
346 | | - | |
347 | | - | |
348 | | - | |
| 332 | + | |
| 333 | + | |
349 | 334 | | |
350 | 335 | | |
351 | 336 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | | - | |
| 290 | + | |
308 | 291 | | |
309 | 292 | | |
310 | 293 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
430 | 430 | | |
431 | 431 | | |
432 | 432 | | |
433 | | - | |
434 | | - | |
435 | | - | |
436 | | - | |
437 | | - | |
438 | | - | |
439 | | - | |
440 | | - | |
441 | | - | |
442 | | - | |
443 | | - | |
444 | | - | |
445 | | - | |
446 | | - | |
447 | | - | |
448 | | - | |
449 | | - | |
450 | | - | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
451 | 436 | | |
452 | 437 | | |
453 | 438 | | |
| |||
0 commit comments