summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_linux_pthread.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'include/makeinclude/platform_linux_pthread.GNU')
-rw-r--r--include/makeinclude/platform_linux_pthread.GNU6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/makeinclude/platform_linux_pthread.GNU b/include/makeinclude/platform_linux_pthread.GNU
index 52d8045787f..8ce3d00f13f 100644
--- a/include/makeinclude/platform_linux_pthread.GNU
+++ b/include/makeinclude/platform_linux_pthread.GNU
@@ -29,3 +29,9 @@ RANLIB = ranlib
SOFLAGS = $(CPPFLAGS) -shared
SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.so $<
PRELIB = @true
+
+#### as appears to have a string limit of about 4096 characters.
+#### Suppressing the -g for a few files helps. It really only
+#### needs to be suppressed on Alphas, so you can comment this line
+#### out if you're on an Intel platform.
+SUPPRESS_DASH_G = 1