]> git.ipfire.org Git - thirdparty/ccache.git/commit
Better parsing of g* Options, and only use last argument 92/head
authorNorbert Lange <nolange79@gmail.com>
Sat, 28 May 2016 13:38:10 +0000 (15:38 +0200)
committerNorbert Lange <nolange79@gmail.com>
Sun, 5 Jun 2016 21:46:13 +0000 (23:46 +0200)
commit21e2652c62762e5c9a017ea1523f6cfb3f1bcf7d
tree5d1e21ae49ecd029c0a4f86ea556c58b998e0d68
parent8c8d5810d57f52f3a5e7ab7815e30ce2384654f7
Better parsing of g* Options, and only use last argument

Commonly some base configuration like CFLAGS="-O2 -g3 ..." will be
modified for builds by appending "-g0" to disable debug information.
This commit only en/disables options based on the last argument
that modifies debuginfo generation.

Also some more arguments are supported.
ccache.c