Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
7078abee
Commit
7078abee
authored
Jul 13, 2010
by
Davi Arnaut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove leftovers from old versions of the code.
parent
7c367029
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
BUILD/build_mccge.sh
BUILD/build_mccge.sh
+0
-1
cmake/package_name.cmake
cmake/package_name.cmake
+1
-2
No files found.
BUILD/build_mccge.sh
View file @
7078abee
...
...
@@ -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
...
...
cmake/package_name.cmake
View file @
7078abee
...
...
@@ -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"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment