###########################################################################
# Normal linking.
LD = $(CC) -Wl,-s
LD = $(CC) -Wl,-s -Wl,--relax
# For the Intel C++ Compiler -- expect large link time due to -ipo
# optimization.