summaryrefslogtreecommitdiff
path: root/cpp/newmakebindist.py
diff options
context:
space:
mode:
authorBrent Eagles <brent@zeroc.com>2005-02-17 12:54:05 +0000
committerBrent Eagles <brent@zeroc.com>2005-02-17 12:54:05 +0000
commita9e1a1b18d0daecd295136025a3e26158c586ade (patch)
tree174d204cc30689cc1a74b1b73db21baa82b3faec /cpp/newmakebindist.py
parentadding some RPM dependencies (diff)
downloadice-a9e1a1b18d0daecd295136025a3e26158c586ade.tar.bz2
ice-a9e1a1b18d0daecd295136025a3e26158c586ade.tar.xz
ice-a9e1a1b18d0daecd295136025a3e26158c586ade.zip
turning optimizations on for builds
Diffstat (limited to 'cpp/newmakebindist.py')
-rwxr-xr-xcpp/newmakebindist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/newmakebindist.py b/cpp/newmakebindist.py
index 625a78328fc..6de6cd112de 100755
--- a/cpp/newmakebindist.py
+++ b/cpp/newmakebindist.py
@@ -484,7 +484,7 @@ def makeInstall(buildDir, installDir, distro, clean):
os.system("perl -pi -e 's/^PYTHON.HOME.*$/PYTHON\_HOME \?= "+ pyHome.replace("/", "\/") + \
"/' config/Make.rules")
- os.system("gmake RPM_BUILD_ROOT=" + installDir + " install")
+ os.system("gmake OPTIMIZE=yes RPM_BUILD_ROOT=" + installDir + " install")
os.chdir(cwd)
def shlibExtensions(versionString, versionInt):