shacklettbp / madrona

MIT License
254 stars 23 forks source link

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

Closed saran-t closed 1 month ago

shacklettbp commented 1 month 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 1 month ago

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

saran-t commented 1 month ago

Done