diff options
author | Brent Eagles <brent@zeroc.com> | 2005-02-17 12:54:05 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2005-02-17 12:54:05 +0000 |
commit | a9e1a1b18d0daecd295136025a3e26158c586ade (patch) | |
tree | 174d204cc30689cc1a74b1b73db21baa82b3faec /cpp/newmakebindist.py | |
parent | adding some RPM dependencies (diff) | |
download | ice-a9e1a1b18d0daecd295136025a3e26158c586ade.tar.bz2 ice-a9e1a1b18d0daecd295136025a3e26158c586ade.tar.xz ice-a9e1a1b18d0daecd295136025a3e26158c586ade.zip |
turning optimizations on for builds
Diffstat (limited to 'cpp/newmakebindist.py')
-rwxr-xr-x | cpp/newmakebindist.py | 2 |
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): |