Turning off ASLR

Does anyone know how to turn off ASLR to compile a program that can’t be compiled with it enabled?

Perhaps try DISABLE_ASLR=1?

DISABLE_ASLR=1 make

or something like that, according to the haikuports recipes.

1 Like