mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
- additional cgal-headers-only rules (future use) COMP: add -lgmp for CGAL with mpfr linkage
11 lines
197 B
Plaintext
11 lines
197 B
Plaintext
SUFFIXES += .c
|
|
|
|
cc = icc
|
|
|
|
cARCH =
|
|
cDBUG =
|
|
cOPT = -O2
|
|
cWARN = $(FOAM_EXTRA_CFLAGS)
|
|
|
|
#------------------------------------------------------------------------------
|