diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-12-12 00:04:27 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-12-13 16:47:49 +0100 |
commit | a1d7d5524799bd90bc5d12e8b3063238cc0c02dd (patch) | |
tree | 6184fb4e777b7454e5f5ac11de45e67c3a28bce7 /configure | |
parent | 9fa75be96d0b4590c81ee5107e506fa182117a45 (diff) | |
download | ffmpeg-a1d7d5524799bd90bc5d12e8b3063238cc0c02dd.tar.gz |
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.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |