You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jb...@apache.org on 2017/08/12 01:23:05 UTC

geode-native git commit: GEODE-3211: Re-enabled inline optimizations on windows.

Repository: geode-native
Updated Branches:
  refs/heads/develop 44635ffa9 -> 8f340e4dd


GEODE-3211: Re-enabled inline optimizations on windows.


Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/8f340e4d
Tree: http://git-wip-us.apache.org/repos/asf/geode-native/tree/8f340e4d
Diff: http://git-wip-us.apache.org/repos/asf/geode-native/diff/8f340e4d

Branch: refs/heads/develop
Commit: 8f340e4ddd15de132f042525a566d4e8a73f9e44
Parents: 44635ff
Author: Jacob Barrett <jb...@pivotal.io>
Authored: Sat Aug 12 01:21:34 2017 +0000
Committer: Jacob Barrett <jb...@pivotal.io>
Committed: Sat Aug 12 01:21:34 2017 +0000

----------------------------------------------------------------------
 cppcache/src/CMakeLists.txt | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode-native/blob/8f340e4d/cppcache/src/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/cppcache/src/CMakeLists.txt b/cppcache/src/CMakeLists.txt
index d3ec9d6..29a21a1 100644
--- a/cppcache/src/CMakeLists.txt
+++ b/cppcache/src/CMakeLists.txt
@@ -126,10 +126,6 @@ target_link_libraries(apache-geode-static
   PUBLIC
     _apache-geode
 )
-# Remove this after fixing static initialization
-if (${WIN32})
-target_compile_options(apache-geode-static PRIVATE "/Od /Ob0")
-endif()
 add_dependencies(client-libraries apache-geode-static)
 
 install(TARGETS apache-geode