Skip to content

Workaround for stack smash in Phobos tests

James Grogan requested to merge phobos_fix into devel

Add a hacky workaround for a stack smash in the Phobos tests - it is difficult to know for know if it is coming from Phobos or our own code. Adding -fstack-protector gets us running for now but we will need to revisit it.

Merge request reports