Skip to content

Commit

Permalink
Remove leftovers from old versions of the code.
Browse files Browse the repository at this point in the history
--BZR--
revision-id: [email protected]
property-branch-nick: mysql-trunk-bugfixing
testament3-sha1: 00efce913da877ad38dcff02ccce4006622dc0b2
  • Loading branch information
Davi Arnaut authored and Davi Arnaut committed Jul 13, 2010
1 parent 01bca37 commit 0c2aa88
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion BUILD/build_mccge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,6 @@ set_with_debug_flags()
if test "x$with_debug_flag" = "xyes" ; then
if test "x$developer_flag" = "xyes" ; then
loc_debug_flags="-DUNIV_MUST_NOT_INLINE -DEXTRA_DEBUG -DFORCE_INIT_OF_VARS "
loc_debug_flags="$loc_debug_flags"
compiler_flags="$compiler_flags $loc_debug_flags"
fi
fi
Expand Down
3 changes: 1 addition & 2 deletions cmake/package_name.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ IF(NOT VERSION)
SET(NEED_DASH_BETWEEN_PLATFORM_AND_MACHINE 1)
SET(DEFAULT_PLATFORM ${CMAKE_SYSTEM_NAME})
SET(DEFAULT_MACHINE ${CMAKE_SYSTEM_PROCESSOR})
MESSAGE("SIZEOF_VOIDP=${SIZEOF_VOIDP}")
IF(SIZEOF_VOIDP EQUAL 8)
SET(64BIT 1)
ENDIF()

IF(CMAKE_SYSTEM_NAME MATCHES "Windows")
SET(NEED_DASH_BETWEEN_PLATFORM_AND_MACHINE 0)
SET(DEFAULT_PLATFORM "win")
Expand Down

0 comments on commit 0c2aa88

Please sign in to comment.