shacklettbp / madrona

MIT License
320 stars 31 forks source link

Fixes to allow building common and core at Google. #30

Closed saran-t closed 6 months ago

shacklettbp commented 6 months ago

Can you remove src/core/job.cpp from your build system instead? If that's hard, let's just #if 0 ... #endif the whole file rather than commenting out problematic lines. That code isn't compiled anymore by Madrona but there's stuff I would like to keep around for reference.

saran-t commented 6 months ago

Yeah I can do that, excluding an entire file is easy.

saran-t commented 6 months ago

Done