]> git.ipfire.org Git - thirdparty/ccache.git/commit
fix: Avoid crash for -arch as last compiler option
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 6 Jan 2024 19:21:44 +0000 (20:21 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 7 Jan 2024 10:10:30 +0000 (11:10 +0100)
commit7ce309afb92768c0e2b8188930da293abc133f5f
tree3593a118fe1f3bf995db922aecd230e588c53edf
parentd65ba0b384f1df970e573fab8f5325399d9e3900
fix: Avoid crash for -arch as last compiler option

The bug has been present since 89aa39f394e0fa4935e6cadd7184e372a37f9506
(ccache 3.3).

Fixes #1377.

(cherry picked from commit 432e1f5178631aec14a76f8be82c7e090c45bc69)
src/argprocessing.cpp