Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
5ec858c4
Commit
5ec858c4
authored
May 15, 2003
by
Sam Hocevar
Browse files
* ./Makefile.am: fixed LDFLAGS when using --enable-gprof.
parent
2fedaa09
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
5ec858c4
...
...
@@ -62,7 +62,7 @@ CPPFLAGS_default = -I$(top_srcdir)/include
CFLAGS_default
=
CXXFLAGS_default
=
OBJCFLAGS_default
=
LDFLAGS_default
=
LDFLAGS_default
=
$(LDFLAGS_gprof)
CPPFLAGS_pic
=
$(CPPFLAGS_default)
CFLAGS_pic
=
$(CFLAGS_default)
@CFLAGS_pics@
...
...
@@ -112,11 +112,12 @@ CFLAGS_debug = -g
endif
if
GPROF
CPPFLAGS_gprof
=
-DGPROF
CFLAGS_gprof
=
-finstrument-functions
CFLAGS_gprof
=
-pg
LDFLAGS_gprof
=
-pg
endif
if
CPROF
CPPFLAGS_cprof
=
-DCPROF
CFLAGS_cprof
=
-
pg
CFLAGS_cprof
=
-
finstrument-functions
endif
if
OPTIM
CFLAGS_optim
=
@CFLAGS_OPTIM@ @CFLAGS_TUNING@
...
...
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