Andreas Kling
|
7a2da54c07
|
Only the kernel needs to build with default includes disabled.
|
2019-05-16 13:40:43 +02:00 |
|
Andreas Kling
|
f3aec1a0d9
|
Painter: Re-enable diagonal draw_line().
This code still needs clipping, but the basic concept works. It was disabled
since before the kernel had floating point support.
|
2019-05-04 23:40:52 +02:00 |
|
Andreas Kling
|
c1b310c5bf
|
Build: Let's skip the --gc-sections linker option for now.
|
2019-04-24 01:57:51 +02:00 |
|
Andreas Kling
|
0c898e3c2c
|
Put assertions behind a DEBUG flag to make it easy to build without them.
|
2019-04-23 21:52:02 +02:00 |
|
Andreas Kling
|
f3754b8429
|
Build: Pass --gc-sections to the linker in all builds.
This removes unused sections from the output and reduces the binary size
of everything we compile.
|
2019-04-23 21:37:10 +02:00 |
|
Andreas Kling
|
74b94da6fa
|
Add a Makefile.common with stuff shared by all Makefiles.
Compiler names, CXXFLAGS, and such. I should have done this ages ago.
|
2019-04-21 04:06:31 +02:00 |
|