When compiled with the current makefile, Overgod crashes during the startup with
Shutting down Allegro due to signal #11
Segmentation fault (core dumped)
gdb reveals that it crashes on line 727 of init_display in displ_in.c. Compiling without -O2 works.