blob: a6b1023f590c2feed88dd627c943ee3762fc8c6a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- Makefile.orig 2014-02-08 11:31:49 UTC
+++ Makefile
@@ -9,8 +9,6 @@ endif
# set standard values, if not set by default
-CXX ?= g++
-CXXFLAGS += -O3 -Wall
# project-specific flags
@@ -26,8 +24,6 @@ ifneq (, $(findstring mingw, $(SYS)))
endif
else
# comment to disable OpenMP
- CXXFLAGS += -fopenmp
- LDFLAGS += -fopenmp
endif
|