summaryrefslogtreecommitdiff
path: root/makeopts.in
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-08-26 16:45:35 +0000
committerKevin P. Fleming <kpfleming@digium.com>2006-08-26 16:45:35 +0000
commitaa7b32d1750b732b45f5fe12a58308cb047ec959 (patch)
tree9a2fde65d5e68d945737adfbf3732993de3886b5 /makeopts.in
parentb374245688e8ee3bc707e8472bc04aaed2bc6078 (diff)
more optimizations for embedded systems:
when LOADABLE_MODULES is off, don't export symbols from the main binary when LOADABLE_MODULES is off, and the compiler/linker support it, strip out code not used in the final binary git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@41166 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'makeopts.in')
-rw-r--r--makeopts.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/makeopts.in b/makeopts.in
index da986d33c..b3d07a0e4 100644
--- a/makeopts.in
+++ b/makeopts.in
@@ -32,6 +32,9 @@ PROC=@HOST_CPU@
OSARCH=@HOST_OS@
OSREV=@PBX_OSREV@
+GC_CFLAGS=@GC_CFLAGS@
+GC_LDFLAGS=@GC_LDFLAGS@
+
prefix = @prefix@
exec_prefix = @exec_prefix@