Only add warning and std flags if supported by compiler (cmake) #144
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "solaris"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
This fixes errors like those reported in #143 on Solaris (and probably other platforms where gcc is not the native compiler):
c99: -W option with unknown program all
This is only a partial fix, trying to build with autoconf still fails. I think similar checks could be written
configure.ac
andMakefile.am
, but my autoconf-foo / google-foo is not sufficient to figure it out at the moment.