git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
build: Do not add -g to HOSTCFLAGS
[ffmpeg.git]
/
configure
diff --git
a/configure
b/configure
index
1ccd75f
..
ea3d8ca
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-2104,7
+2104,7
@@
HOSTCC_E='-E -o $@'
HOSTCC_O='-o $@'
HOSTLD_O='-o $@'
-host_cflags='-O3
-g
'
+host_cflags='-O3'
host_cppflags='-D_ISOC99_SOURCE'
host_libs='-lm'
host_cflags_filter=echo