diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2019-03-29 18:13:44 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2019-03-29 18:13:44 +0000 |
| commit | 9a41926bfb664dd77659d1615ba55d75c2c530a8 (patch) | |
| tree | 22e8924bf0eae4d597df29297ed7d3533c32f5a9 /lib/libomp/Makefile | |
| parent | 5d00c5a6571cdf533228338fa7ca532c91af1d66 (diff) | |
Notes
Diffstat (limited to 'lib/libomp/Makefile')
| -rw-r--r-- | lib/libomp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libomp/Makefile b/lib/libomp/Makefile index bd8fd7769f0a..c0f1cc1c6db7 100644 --- a/lib/libomp/Makefile +++ b/lib/libomp/Makefile @@ -53,9 +53,9 @@ CFLAGS+= -I${ITTSRC} CFLAGS+= -ffunction-sections CFLAGS+= -fdata-sections CXXFLAGS+= -fvisibility-inlines-hidden -CXXFLAGS+= -std=c++11 CXXFLAGS+= -fno-exceptions CXXFLAGS+= -fno-rtti +CXXSTD= c++11 LDFLAGS+= -Wl,--warn-shared-textrel LDFLAGS+= -Wl,--gc-sections |
