This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch 1.2.x
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
The following commit(s) were added to refs/heads/1.2.x by this push:
new 5d19eda23 Drop useless 'compile.optimize' option
5d19eda23 is described below
commit 5d19eda231c9868c927e25659632847194b80d9b
Author: Michael Osipov <[email protected]>
AuthorDate: Thu Oct 12 12:37:35 2023 +0200
Drop useless 'compile.optimize' option
---
build.properties.default | 5 ++---
build.xml | 1 -
xdocs/miscellaneous/changelog.xml | 5 ++++-
3 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/build.properties.default b/build.properties.default
index 0e6f0e9a8..5ddd86f88 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -5,9 +5,9 @@
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -34,7 +34,6 @@ compile.source=1.8
compile.target=1.8
compile.debug=off
compile.deprecation=on
-compile.optimize=on
base-maven.loc=https://repo.maven.apache.org/maven2
diff --git a/build.xml b/build.xml
index 227cb86df..e7fa10232 100644
--- a/build.xml
+++ b/build.xml
@@ -210,7 +210,6 @@ limitations under the License.-->">
target="${compile.target}"
debug="${compile.debug}"
deprecation="${compile.deprecation}"
- optimize="${compile.optimize}"
encoding="ISO-8859-1"
includeantruntime="false">
<classpath refid="classpath"/>
diff --git a/xdocs/miscellaneous/changelog.xml
b/xdocs/miscellaneous/changelog.xml
index 59dfc0394..34e0a77ef 100644
--- a/xdocs/miscellaneous/changelog.xml
+++ b/xdocs/miscellaneous/changelog.xml
@@ -32,6 +32,9 @@
</section>
<section name="Changes in 1.2.40">
<changelog>
+ <update>
+ Drop useless <code>compile.optimize</code> option. (michaelo)
+ </update>
</changelog>
</section>
<section name="Changes in 1.2.39">
@@ -513,7 +516,7 @@
<fix>
<bug>59797</bug>: Ensure that the per thread error hash maintained by
OpenSSL is cleaned up as individual threads exit to ensure it does not
- grow too large. Patch provided by Nate Clark. (markt)
+ grow too large. Patch provided by Nate Clark. (markt)
</fix>
<fix>
<bug>59996</bug>: Correctly handle building tc-native on a 64-bit system
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]