Merge commit 'a1d7d5524799bd90bc5d12e8b3063238cc0c02dd'

* commit 'a1d7d5524799bd90bc5d12e8b3063238cc0c02dd':
  build: Do not add -g to HOSTCFLAGS

Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2013-12-13 20:34:40 +01:00
commit 7b2a19cb9e
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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