#SailfishOS #Gecko dev diary Day 12. In which we hit a compiler segmentation fault (yes, you read that right).
@flypig you're not building with clang instead of gcc?
@fabrice for the src/gl.cc file causing the segfault it's gcc. Does this look like clang behaviour to you?
@flypig no, I'm just wondering if clang would not fare better than gcc. Gecko prebuilt toolchain that you can install with `./mach bootstrap` is clang based these days.
@fabrice Okay, that's interesting to know; thanks for info. I'll definitely look into it. I did try bootstrap and immediately hit errors, so I think it'll have to wait until stage 2 (i.e. after I have a working build) unless it becomes a blocker.