electro-smith / DaisySP

A Powerful DSP Library in C++
https://www.electro-smith.com/daisy
Other
883 stars 139 forks source link

Language Standards in Makefile #68

Closed stephenhensley closed 4 years ago

stephenhensley commented 4 years ago

added language standards to Makefile instead of relying on compiler defaults.

Currently set to:

gnu11 for C gnu++14 for C++

This resolves #32