mirror of
https://git.freebsd.org/ports.git
synced 2025-07-02 01:50:37 -04:00
20 lines
348 B
Text
20 lines
348 B
Text
--- 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
|
|
|
|
|