iraf-v216 · Code · Issues (50) · Pull requests (81)
iraf.net Issue #9
Many commands and flags hardcoded in Makefiles
closed olebole opened this issue on 2017-04-30
olebole commented on 2017-04-30
Many makefiles have hardcoded commands like gcc
, or even /usr/bin/gcc
, and also flags like CFLAGS
and such. This makes it very complicated to set/change them centrally, f.e. use a different compiler (gcc5
or clang
), or to enable/disable debugging or such.
Last updated on 2017-04-30