Commit 7b2a19cb authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'a1d7d552'

* commit 'a1d7d552':
  build: Do not add -g to HOSTCFLAGS
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 782d48c3 a1d7d552
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment