diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-10-23 05:11:00 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-10-23 05:11:00 +0000 |
| commit | 0db4d62fc0420b98074243b28f4fa96871a1435e (patch) | |
| tree | 366b90535da3cd4852cb4e621232d48d7c2e1617 /lib/libclang_rt | |
| parent | a4bed459c8bd4998c0d84d8bb4a7872599238da9 (diff) | |
Notes
Diffstat (limited to 'lib/libclang_rt')
| -rw-r--r-- | lib/libclang_rt/profile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libclang_rt/profile/Makefile b/lib/libclang_rt/profile/Makefile index f5860a69dd76..063f8bb11c36 100644 --- a/lib/libclang_rt/profile/Makefile +++ b/lib/libclang_rt/profile/Makefile @@ -5,7 +5,7 @@ LIB= clang_rt.profile-${CRTARCH} # This is needed for --coverage -CFLAGS+= -fvisibility=default +CXXFLAGS+= -fvisibility=default SRCS+= profile/GCDAProfiling.c SRCS+= profile/InstrProfiling.c |
