You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-09-16 08:36:51 +02:00
Merge commit 'a1d7d5524799bd90bc5d12e8b3063238cc0c02dd'
* commit 'a1d7d5524799bd90bc5d12e8b3063238cc0c02dd': build: Do not add -g to HOSTCFLAGS Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -2478,7 +2478,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
|
||||||
|
Reference in New Issue
Block a user