vision-dbms / vision

The master repository for the Vision database system.
https://vision-dbms.com
BSD 3-Clause "New" or "Revised" License
27 stars 12 forks source link

Don't pass -xmemalign=8i to the Intel Solaris compiler #31

Closed MichaelJCaruso closed 7 years ago

MichaelJCaruso commented 7 years ago

Passing -xmemalign=8i to the Intel Solaris compiler generates many warnings. This pull request modifies our build configuration files to make its use appropriately conditional. (@c-kuhlman - I took care to ensure that these changes should work in the Sparc build, but since I can't test there, can you confirm that they do?).

c-kuhlman commented 7 years ago

Thanks Mike -- so there was a reason it was missing :^)

I'll check this out later today --