summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_linux_lxpthread.GNU
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-03 14:19:34 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-03 14:19:34 +0000
commit45a462fc884b4527c6016115981f21d9db8d498e (patch)
treeef1dfd398e64a9a0f845ee2bd2ead61c5080e21c /include/makeinclude/platform_linux_lxpthread.GNU
parentd25f4a25f28b1f5d96affe43f63e63c44c8db225 (diff)
downloadATCD-45a462fc884b4527c6016115981f21d9db8d498e.tar.gz
added SUPPRESS_DASH_G
Diffstat (limited to 'include/makeinclude/platform_linux_lxpthread.GNU')
-rw-r--r--include/makeinclude/platform_linux_lxpthread.GNU6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/makeinclude/platform_linux_lxpthread.GNU b/include/makeinclude/platform_linux_lxpthread.GNU
index 9d7c4390e0a..f5d66764698 100644
--- a/include/makeinclude/platform_linux_lxpthread.GNU
+++ b/include/makeinclude/platform_linux_lxpthread.GNU
@@ -32,3 +32,9 @@ SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.so $<
# Marius Kjeldahl <mariusk@sn.no, marius@funcom.com>
ESOBUILD = $(COMPILEESO.cc) $(PIC) -shared -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