red / REP

Red Enhancement Process
BSD 3-Clause "New" or "Revised" License
11 stars 4 forks source link

WISH: cross-compile in devmode #86

Open hiiamboris opened 4 years ago

hiiamboris commented 4 years ago

Right now -c -t (other OS) works like -r, and this takes a while. Would be nice to support fast cross compilation.

greggirwin commented 4 years ago

I agree this would be nice. Do we put the onus on the user to make sure they target different dirs, so the runtimes stay separate?

hiiamboris commented 4 years ago

I think so. And the most likely combo .dll & .so won't cause conflict anyway.