Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
5ec858c4
Commit
5ec858c4
authored
May 15, 2003
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ./Makefile.am: fixed LDFLAGS when using --enable-gprof.
parent
2fedaa09
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
Makefile.am
Makefile.am
+4
-3
No files found.
Makefile.am
View file @
5ec858c4
...
@@ -62,7 +62,7 @@ CPPFLAGS_default = -I$(top_srcdir)/include
...
@@ -62,7 +62,7 @@ CPPFLAGS_default = -I$(top_srcdir)/include
CFLAGS_default
=
CFLAGS_default
=
CXXFLAGS_default
=
CXXFLAGS_default
=
OBJCFLAGS_default
=
OBJCFLAGS_default
=
LDFLAGS_default
=
LDFLAGS_default
=
$(LDFLAGS_gprof)
CPPFLAGS_pic
=
$(CPPFLAGS_default)
CPPFLAGS_pic
=
$(CPPFLAGS_default)
CFLAGS_pic
=
$(CFLAGS_default)
@CFLAGS_pics@
CFLAGS_pic
=
$(CFLAGS_default)
@CFLAGS_pics@
...
@@ -112,11 +112,12 @@ CFLAGS_debug = -g
...
@@ -112,11 +112,12 @@ CFLAGS_debug = -g
endif
endif
if
GPROF
if
GPROF
CPPFLAGS_gprof
=
-DGPROF
CPPFLAGS_gprof
=
-DGPROF
CFLAGS_gprof
=
-finstrument-functions
CFLAGS_gprof
=
-pg
LDFLAGS_gprof
=
-pg
endif
endif
if
CPROF
if
CPROF
CPPFLAGS_cprof
=
-DCPROF
CPPFLAGS_cprof
=
-DCPROF
CFLAGS_cprof
=
-
pg
CFLAGS_cprof
=
-
finstrument-functions
endif
endif
if
OPTIM
if
OPTIM
CFLAGS_optim
=
@CFLAGS_OPTIM@ @CFLAGS_TUNING@
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