- allows better separation from compiler settings - use -fPIC instead of legacy -KPIC for intel compiler
9 lines
95 B
Plaintext
9 lines
95 B
Plaintext
SUFFIXES += .c
|
|
|
|
cc = icc
|
|
|
|
cARCH =
|
|
cDBUG =
|
|
cOPT = -O2
|
|
cWARN =
|