summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-12-13 20:34:40 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-12-13 20:39:45 +0100
commit7b2a19cb9e6605d7c886896c458986e2a7cab40e (patch)
tree424967747f262712cb6f9228611fc715dc5fe428 /configure
parent782d48c3c1260c1e78ee3b1d7be9142d1273f6f0 (diff)
parenta1d7d5524799bd90bc5d12e8b3063238cc0c02dd (diff)
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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index f36d6f7f13..83f20edcea 100755
--- a/configure
+++ b/configure
@@ -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