]> git.xonotic.org Git - xonotic/gmqcc.git/commit
Always use -fsigned-char .. The compiler I was using had -funsigned-char by default...
authorDale Weiler <killfieldengine@gmail.com>
Fri, 28 Dec 2012 08:52:13 +0000 (08:52 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Fri, 28 Dec 2012 08:52:13 +0000 (08:52 +0000)
commitba25970f27a4f13e566e645c9d6b5f1e95fb31ec
treebc9244f16e22df8dd402781bfd966ea9612ce92c
parentfb30f11bc1306cece244e40aa3b5e50d63b19c1b
Always use -fsigned-char .. The compiler I was using had -funsigned-char by default on ARM (which was breaking everything ...) try it .. add -funsigned-char and run the test-suite (only 2 out of all the tests actually pass, and it's by fluke)
Makefile