diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2019-03-29 18:45:27 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2019-03-29 18:45:27 +0000 |
| commit | e8067928ff5f819ef78ad4acfb12124415ea2fff (patch) | |
| tree | 6877785f0579f6ffbad0ceacb9815755d0d152a4 /lib/libomp | |
| parent | bdbf3440cef44fdda6b975e29805df1c88b1c9f6 (diff) | |
Notes
Diffstat (limited to 'lib/libomp')
| -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 bd8fd7769f0a5..c0f1cc1c6db79 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 |
