|
@@ -1,3 +1,10 @@
|
|
|
|
+2024-08-04 mio <stigma@disroot.org>
|
|
|
|
+
|
|
|
|
+ Add default DFLAGS -g -O2
|
|
|
|
+ This bloats the binary, but makes it easier to debug anything crashes.
|
|
|
|
+ You can just change this by settings DFLAGS when calling make. E.g:
|
|
|
|
+ make DFLAGS='-O3 -frelease'
|
|
|
|
+
|
|
2024-08-01 mio <stigma@disroot.org>
|
|
2024-08-01 mio <stigma@disroot.org>
|
|
|
|
|
|
Fix autotools-based compilation for GDC12
|
|
Fix autotools-based compilation for GDC12
|