Add -openmp to ldflags as well

This commit is contained in:
Tyler Smith
2014-04-04 16:43:44 -05:00
parent c332be8cd4
commit bde697f75e

View File

@@ -98,7 +98,7 @@ ARFLAGS := cru
# --- Determine the linker and related flags ---
LINKER := $(CC)
LDFLAGS := -mmic -lm
LDFLAGS := -mmic -lm -openmp