diff options
author | Marc Laukien <marc@zeroc.com> | 2003-03-16 22:43:19 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2003-03-16 22:43:19 +0000 |
commit | e008fc294747b765a55209ccef74d33242a33e10 (patch) | |
tree | f355b631fe060137669704533f17738c3181ae3c /cpp | |
parent | remove compressed message types; modify message header to include (diff) | |
download | ice-e008fc294747b765a55209ccef74d33242a33e10.tar.bz2 ice-e008fc294747b765a55209ccef74d33242a33e10.tar.xz ice-e008fc294747b765a55209ccef74d33242a33e10.zip |
fixed fd leak in glacier
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/config/Make.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/config/Make.rules b/cpp/config/Make.rules index ce6e8ab143f..f732f845cd4 100644 --- a/cpp/config/Make.rules +++ b/cpp/config/Make.rules @@ -24,7 +24,7 @@ prefix = /opt/Ice-$(VERSION) # optimization. Otherwise Ice is build with debug information. # -#OPTIMIZE = yes +OPTIMIZE = no # # The values below can be overridden by defining them as environment |