This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
rtaudio
mirror of
https://github.com/falkTX/rtaudio
Watch
1
Star
0
Fork
0
Code
Releases
27
Activity
Browse Source
Don't export private symbols in non-debug builds
tags/5.1.0
IOhannes m zmölnig
8 years ago
parent
004d9c461d
commit
3541a1fc13
2 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
Makefile.am
+1
-0
configure.ac
+ 2
- 0
Makefile.am
View File
@@ -3,6 +3,8 @@ if MAKE_DOC
SUBDIRS += doc
endif
AM_CXXFLAGS = @visibility@
lib_LTLIBRARIES = %D%/librtaudio.la
%C%_librtaudio_la_LDFLAGS = -no-undefined -export-dynamic -version-info @SO_VERSION@
%C%_librtaudio_la_SOURCES = \
+ 1
- 0
configure.ac
View File
@@ -29,6 +29,7 @@ SO_VERSION=lt_version_info
AC_SUBST(SO_VERSION)
AC_SUBST(api)
AC_SUBST(req)
AC_SUBST(visibility)
api=""
req=""
Write
Preview
Loading…
Cancel
Save