Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
af608dd1
Commit
af608dd1
authored
May 28, 2018
by
Marvin Scholz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove debug and profile targets
parent
25f62e8a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
15 deletions
+0
-15
Makefile.am
Makefile.am
+0
-6
configure.ac
configure.ac
+0
-2
src/Makefile.am
src/Makefile.am
+0
-7
No files found.
Makefile.am
View file @
af608dd1
...
...
@@ -7,11 +7,5 @@ EXTRA_DIST = README.md HACKING
docdir
=
$(datadir)
/doc/
$(PACKAGE)
doc_DATA
=
README.md AUTHORS COPYING NEWS ChangeLog
debug
:
$(MAKE)
all
CFLAGS
=
"@DEBUG@"
profile
:
$(MAKE)
all
CFLAGS
=
"@PROFILE@"
static
:
$(MAKE)
all
LDFLAGS
=
"
${LDFLAGS}
-all-static"
configure.ac
View file @
af608dd1
...
...
@@ -213,9 +213,7 @@ AC_SUBST(PTHREAD_CFLAGS)
AC_SUBST(PTHREAD_LIBS)
AC_SUBST(LIBTOOL_DEPS)
AC_SUBST(LIBS)
AC_SUBST(DEBUG)
AC_SUBST(CFLAGS)
AC_SUBST(PROFILE)
AC_SUBST(ICECAST_OPTIONAL)
AC_SUBST(HAVE_KATE)
AC_SUBST(KATE_LIBS)
...
...
src/Makefile.am
View file @
af608dd1
...
...
@@ -30,10 +30,3 @@ icecast_LDADD = $(icecast_DEPENDENCIES) @XIPH_LIBS@ @KATE_LIBS@
AM_CFLAGS
=
@XIPH_CFLAGS@
AM_CPPFLAGS
=
-I
$(srcdir)
/common/ @XIPH_CPPFLAGS@
AM_LDFLAGS
=
@XIPH_LDFLAGS@ @KATE_LIBS@
debug
:
$(MAKE)
all
CFLAGS
=
"@DEBUG@"
profile
:
$(MAKE)
all
CFLAGS
=
"@PROFILE@"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment