changeset 8:0da5de9dcc75

Disable GOMP for now.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 22 May 2015 02:27:17 +0300
parents dde02bd75871
children 77b2bb97fa59
files config.mak
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/config.mak	Fri May 22 02:20:14 2015 +0300
+++ b/config.mak	Fri May 22 02:27:17 2015 +0300
@@ -5,8 +5,8 @@
 TOOL_BINPATH=bin/
 TESTS_BINPATH=$(TOOL_BINPATH)
 
-DM_CFLAGS += -fopenmp
-DM_LDFLAGS += -lgomp
+#DM_CFLAGS += -fopenmp
+#DM_LDFLAGS += -lgomp
 
 #DM_DEBUG=yes