lairworks / nas2d-core

NAS2D is an open source, object oriented 2D game development framework written in portable C++.
http://nas2d.lairworks.com
zlib License
10 stars 5 forks source link

Use config specific intermediate folders with `make` #1073

Closed DanRStevens closed 1 year ago

DanRStevens commented 1 year ago

Splitting this off from Issue #867:

To support switching between configurations without doing a full rebuild, we should have config specific intermediate folders. This could be done by setting appropriate variables, such as BUILDDIR=".build/debug/", though in a config specific manner.

DanRStevens commented 1 year ago

Looks like we already have config specific intermediate folders. At least, in terms of debug or release builds. What we're really missing is compiler specific intermediate folders.