diff options
author | Matthew Newhook <matthew@zeroc.com> | 2015-04-24 13:36:06 -0230 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2015-04-24 13:36:06 -0230 |
commit | 829969f70ec48bb2758d03a073da5f93ccb897cd (patch) | |
tree | acde255366144fdce3166a815c63ab3d8a11eb3d /cpp | |
parent | Update js npmignore files (diff) | |
download | ice-829969f70ec48bb2758d03a073da5f93ccb897cd.tar.bz2 ice-829969f70ec48bb2758d03a073da5f93ccb897cd.tar.xz ice-829969f70ec48bb2758d03a073da5f93ccb897cd.zip |
Fix for testing under 32 bit windows builds.
Fixed OPTIMIZE=yes by default.
Diffstat (limited to 'cpp')
-rwxr-xr-x | cpp/config/Make.rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/config/Make.rules.mak b/cpp/config/Make.rules.mak index 3993f39f87b..57ba5372e77 100755 --- a/cpp/config/Make.rules.mak +++ b/cpp/config/Make.rules.mak @@ -17,7 +17,7 @@ prefix = C:\Ice-$(VERSION) # Define OPTIMIZE as yes if you want to build with # optimization. Otherwise Ice is build with debug information. # -OPTIMIZE = yes +#OPTIMIZE = yes # # Define if you want pdb files to be generated for optimized/release |