Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Claudio Cambra
VLC
Commits
7f145afa
Commit
7f145afa
authored
Apr 22, 2020
by
Marvin Scholz
Browse files
contrib: remove leftover DBGOPTIMFLAGS
parent
26a04a7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
contrib/src/main.mak
View file @
7f145afa
...
...
@@ -175,12 +175,6 @@ CFLAGS := $(CFLAGS) $(EXTRA_CFLAGS)
CXXFLAGS
:=
$(CXXFLAGS)
$(EXTRA_CFLAGS)
$(EXTRA_CXXFLAGS)
LDFLAGS
:=
$(LDFLAGS)
-L
$(PREFIX)
/lib
$(EXTRA_LDFLAGS)
ifndef
WITH_OPTIMIZATION
DBGOPTIMFLAGS
=
-g
-O0
else
DBGOPTIMFLAGS
=
-g
-O2
endif
# Do not export those! Use HOSTVARS.
# Do the FPU detection, after we have figured out our compilers and flags.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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