diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2006-01-16 11:56:36 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2006-01-16 11:56:36 +0000 |
commit | 69860a15e79ef721905be2d7a485a330f89598e8 (patch) | |
tree | 64d3936d548a0e834e897c4f51f27ccd13126243 /include | |
parent | c0e673ad367c2a802c621944e0e209a2c8ab3629 (diff) | |
download | ATCD-69860a15e79ef721905be2d7a485a330f89598e8.tar.gz |
ChangeLogTag:Mon Jan 16 05:54:44 2006 Douglas C. Schmidt <schmidt@cs.wustl.edu>
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/platform_linux.GNU | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/makeinclude/platform_linux.GNU b/include/makeinclude/platform_linux.GNU index e9386a019ab..1de4ed8047c 100644 --- a/include/makeinclude/platform_linux.GNU +++ b/include/makeinclude/platform_linux.GNU @@ -100,6 +100,10 @@ endif # look for the rt library in the usual places LIBS += $(shell test "`ls -L /usr/lib/librt.so* /lib/librt.so*`" && echo -lrt) +ifeq ($(optimize),1) + SOFLAGS += -Wl,-O3 +endif + PLATFORM_QT_CPPFLAGS ?= -I$(QTDIR)/include PLATFORM_QT_LIBS ?= -lqt-mt PLATFORM_QT_LDFLAGS ?= -L$(QTDIR)/lib |