Debugging sink hack

I am trying to debug my sink hack. I switched on the flags:

FFLAGS=-g -traceback -check bounds -check uninit -check pointers -ftz

When I run astrobear made with these flags, the code dies immediately saying the following:

When these flags are not turned on, and instead I use the original makefile line:

FFLAGS=-O3 -xP

The code runs but then dies a few frames after the sink starts accreting..

Attachments (1)

Download all attachments as: .zip

Comments

No comments.