gap-packages / io

GAP package IO to do input and output
https://gap-packages.github.io/io/
Other
14 stars 14 forks source link

Do not try to guess "best" compiler flags" #43

Closed fingolfin closed 8 years ago

fingolfin commented 8 years ago

This is output when running configure:

********************************************************
* WARNING: Don't know the best CFLAGS for this system  *
* Use ./configure CFLAGS=... to specify your own flags *
* (otherwise, a default of CFLAGS=-O3 will be used)    *
********************************************************

It doesn't make sense to try to guess best compiler flags. First off, it just won't work in general (much better to leave it to the user to figure out the best flags), secondly we hardly need this for io

Fixing this is quite easy (remove some configure checks), I'll do it next week.

fingolfin commented 8 years ago

Should also do it for orb, and other affected packages.