summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_linux_lxpthread.GNU
diff options
context:
space:
mode:
authorChris Cleeland <chris.cleeland@gmail.com>1997-04-02 16:24:26 +0000
committerChris Cleeland <chris.cleeland@gmail.com>1997-04-02 16:24:26 +0000
commit20877c92bc2535d53666f95e2bae101f054b8ec3 (patch)
treec6af8a0e7a8a16b6619cfcf49f6523e3ce05a97e /include/makeinclude/platform_linux_lxpthread.GNU
parentb08fc376e24c3f88ae4d70516308a112e51a5eee (diff)
downloadATCD-20877c92bc2535d53666f95e2bae101f054b8ec3.tar.gz
* Added -fno-implicit-templates for Linux platforms
* Added ACE-specific thread- and process-level priority defines for PThreads. All appropriate routines have been changed to utilize these instead of the direct values.
Diffstat (limited to 'include/makeinclude/platform_linux_lxpthread.GNU')
-rw-r--r--include/makeinclude/platform_linux_lxpthread.GNU4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/makeinclude/platform_linux_lxpthread.GNU b/include/makeinclude/platform_linux_lxpthread.GNU
index f5f9fbf04c3..9b563fe2897 100644
--- a/include/makeinclude/platform_linux_lxpthread.GNU
+++ b/include/makeinclude/platform_linux_lxpthread.GNU
@@ -8,8 +8,8 @@
CC = gcc
CXX = g++
-CFLAGS += -w -fno-strict-prototypes -D_POSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_REENTRANT
-CCFLAGS += $(CFLAGS)
+CFLAGS += -w -O2 -fno-strict-prototypes -D_POSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_REENTRANT
+CCFLAGS += $(CFLAGS) -fno-implicit-templates
DLD = $(CXX)
LD = $(CXX)
LIBS += -ldl -lpthread