mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
build: Do not add -g to HOSTCFLAGS
The flag is not unconditionally added to CFLAGS either and the programs built on the host do not get habitually fed to a debugger.
This commit is contained in:
parent
9fa75be96d
commit
a1d7d55247
2
configure
vendored
2
configure
vendored
@ -2104,7 +2104,7 @@ HOSTCC_E='-E -o $@'
|
|||||||
HOSTCC_O='-o $@'
|
HOSTCC_O='-o $@'
|
||||||
HOSTLD_O='-o $@'
|
HOSTLD_O='-o $@'
|
||||||
|
|
||||||
host_cflags='-O3 -g'
|
host_cflags='-O3'
|
||||||
host_cppflags='-D_ISOC99_SOURCE'
|
host_cppflags='-D_ISOC99_SOURCE'
|
||||||
host_libs='-lm'
|
host_libs='-lm'
|
||||||
host_cflags_filter=echo
|
host_cflags_filter=echo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user