]> git.ipfire.org Git - thirdparty/ccache.git/commit
Move lists of compiler options' semantics into a separate compopt.c file
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 1 Sep 2010 20:49:41 +0000 (22:49 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 1 Sep 2010 20:50:05 +0000 (22:50 +0200)
commit2c2b582266fc08f6a18fdba7576b21d7a310e289
tree2d8418df8c493ef38a44eb7168ffa37dd09da3fe
parent3a75236ab2d23b2b1b7e0ec59448461523418abf
Move lists of compiler options' semantics into a separate compopt.c file
Makefile.in
ccache.c
compopt.c [new file with mode: 0644]
compopt.h [new file with mode: 0644]
dev.mk.in
test/test_compopt.c [new file with mode: 0644]