diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2013-03-04 15:05:17 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2013-03-04 15:05:17 +0100 |
commit | 9c2375b6d4e725f0757d7df83473177234425dc4 (patch) | |
tree | 2167d1f6f07586d3e5520e950a6508347e2d0c05 /.gitignore | |
parent | 0249b2cb0b0da272a78b4967b9c9f6f02d73cad5 (diff) |
shl: move githead into a source file
This moves githead.h to shl_githead.c so we can skip recompilations on
GIT-HEAD changes. We only need to relink now (which we cannot skip).
This speeds up build-processes considerably on slower machines.
Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ genshader genunifont src/static_shaders.c src/genshader.c -src/githead.h +src/shl_githead.c src/font_unifont_data.bin docs/reference/*.txt docs/reference/*.bak |