mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-23 00:00:05 +01:00
11 lines
237 B
Text
11 lines
237 B
Text
![]() |
# Uncomment the following line to use OpenMP 2.0 features
|
||
|
#OMPFLAG = -DOMPVER2
|
||
|
# Uncomment the following line to use OpenMP 3.0 features
|
||
|
OMPFLAG = -DOMPVER2 -DOMPVER3
|
||
|
|
||
|
CC=cc
|
||
|
CFLAGS = -O1 -lm
|
||
|
LDFLAGS = -O0 -lm
|
||
|
CPP = /usr/bin/cpp
|
||
|
LIBS =
|