zzril / aula

Audio programming language and interpreter
MIT License
0 stars 0 forks source link

Improve build process #2

Open zzril opened 4 days ago

zzril commented 4 days ago

Currently, we're using a handcoded Makefile that has to be correctly updated for each new source file we add.
Also, there are no options to configure, such as debug or release builds, choice of compiler or using things like address sanitizer.

We want to get to a more standardized build process, either with a configure script (and make), or using cmake. As a minimal requirement, it should be possible to configure between debug builds and (optimized) release builds.