Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
75ad90ab
Commit
75ad90ab
authored
Oct 09, 2011
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure.ac: remove gprof support
gprof is obsolete, it's better to use perfcounters in every aspect.
parent
41045931
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
configure.ac
configure.ac
+0
-11
No files found.
configure.ac
View file @
75ad90ab
...
@@ -214,11 +214,6 @@ AC_ARG_ENABLE(gme,
...
@@ -214,11 +214,6 @@ AC_ARG_ENABLE(gme,
[enable Blargg's game music emulator plugin]),,
[enable Blargg's game music emulator plugin]),,
enable_gme=auto)
enable_gme=auto)
AC_ARG_ENABLE(gprof,
AS_HELP_STRING([--enable-gprof],
[enable profiling via gprof (default: disabled)]),,
enable_gprof=no)
AC_ARG_ENABLE(httpd-output,
AC_ARG_ENABLE(httpd-output,
AS_HELP_STRING([--enable-httpd-output],
AS_HELP_STRING([--enable-httpd-output],
[enables the HTTP server output]),,
[enables the HTTP server output]),,
...
@@ -1512,12 +1507,6 @@ then
...
@@ -1512,12 +1507,6 @@ then
MPD_CHECK_FLAG([-pedantic])
MPD_CHECK_FLAG([-pedantic])
fi
fi
dnl ------------------------------ gprof profiler -----------------------------
if test "x$enable_gprof" = xyes; then
MPD_CFLAGS="$MPD_CFLAGS -pg"
MPD_LIBS="$MPD_LIBS -pg"
fi
dnl ---------------------------- warnings as errors ---------------------------
dnl ---------------------------- warnings as errors ---------------------------
if test "x$enable_werror" = xyes; then
if test "x$enable_werror" = xyes; then
AM_CFLAGS="$AM_CFLAGS -Werror -pedantic-errors"
AM_CFLAGS="$AM_CFLAGS -Werror -pedantic-errors"
...
...
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