Initial checkin.
This commit is contained in:
9
include_CLANG.mk
Normal file
9
include_CLANG.mk
Normal file
@@ -0,0 +1,9 @@
|
||||
CC = clang
|
||||
LINKER = $(CC)
|
||||
|
||||
OPENMP = #-fopenmp
|
||||
CFLAGS = -Ofast -std=c99 $(OPENMP)
|
||||
LFLAGS = $(OPENMP)
|
||||
DEFINES = -D_GNU_SOURCE
|
||||
INCLUDES =
|
||||
LIBS =
|
||||
Reference in New Issue
Block a user