You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2019/06/17 17:57:15 UTC

[qpid-proton] branch master updated: PROTON-2067: Enable lto by default - Also remove some special handling for MacOS that is no longer needed

This is an automated email from the ASF dual-hosted git repository.

astitcher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git


The following commit(s) were added to refs/heads/master by this push:
     new 9a8048d  PROTON-2067: Enable lto by default - Also remove some special handling for MacOS that is no longer needed
9a8048d is described below

commit 9a8048d247521a8892a68c94d29ec7d7c0dd5be3
Author: Andrew Stitcher <as...@apache.org>
AuthorDate: Mon Jun 17 12:00:55 2019 -0400

    PROTON-2067: Enable lto by default
    - Also remove some special handling for MacOS that is no longer needed
---
 CMakeLists.txt | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index b1b5cbc..f1091ba 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -113,12 +113,8 @@ endif()
 # off if building there:
 if (APPLE)
   set (NOENABLE_WARNING_ERROR ON)
-  set (NOENABLE_UNDEFINED_ERROR ON)
 endif (APPLE)
 
-# Make LTO default to off until we can figure out the valgrind issues
-set (NOENABLE_LINKTIME_OPTIMIZATION ON)
-
 # Add options here called <whatever> they will turn into "ENABLE_<whatever" and can be
 # overridden on a platform specific basis above by NOENABLE_<whatever>
 set (OPTIONS WARNING_ERROR UNDEFINED_ERROR LINKTIME_OPTIMIZATION HIDE_UNEXPORTED_SYMBOLS FUZZ_TESTING)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org