diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2019-03-29 18:16:33 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2019-03-29 18:16:33 +0000 |
| commit | 752cabaa1cf94dff142dfe91161f627df793c2f8 (patch) | |
| tree | 56c529711cd8f3d7791fa3caf99f1256719fabbf /lib/libomp/Makefile | |
| parent | 9a41926bfb664dd77659d1615ba55d75c2c530a8 (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 c0f1cc1c6db7..bd8fd7769f0a 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 |
