diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-12-13 20:34:40 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-12-13 20:39:45 +0100 |
commit | 7b2a19cb9e6605d7c886896c458986e2a7cab40e (patch) | |
tree | 424967747f262712cb6f9228611fc715dc5fe428 /configure | |
parent | 782d48c3c1260c1e78ee3b1d7be9142d1273f6f0 (diff) | |
parent | a1d7d5524799bd90bc5d12e8b3063238cc0c02dd (diff) | |
download | ffmpeg-7b2a19cb9e6605d7c886896c458986e2a7cab40e.tar.gz |
Merge commit 'a1d7d5524799bd90bc5d12e8b3063238cc0c02dd'
* commit 'a1d7d5524799bd90bc5d12e8b3063238cc0c02dd':
build: Do not add -g to HOSTCFLAGS
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2478,7 +2478,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 |