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
b5044257
Commit
b5044257
authored
May 27, 2004
by
tomas@poseidon.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
see resp file
parent
3d6d1e0c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
configure.in
configure.in
+4
-4
ndb/src/common/transporter/Makefile.am
ndb/src/common/transporter/Makefile.am
+3
-2
No files found.
configure.in
View file @
b5044257
...
...
@@ -1615,19 +1615,19 @@ then
# Medium debug.
CFLAGS
=
"
$DEBUG_CFLAGS
$DEBUG_OPTIMIZE_CC
-DDBUG_ON -DSAFE_MUTEX
$CFLAGS
"
CXXFLAGS
=
"
$DEBUG_CXXFLAGS
$DEBUG_OPTIMIZE_CXX
-DSAFE_MUTEX
$CXXFLAGS
"
#NDB_DEFS="-DNDB_RELEASE -DUSE_EMULATED_JAM -DVM_TRACE -DERROR_INSERT -DARRAY_GUARD"
NDB_DEFS
=
"-DNDB_DEBUG -DUSE_EMULATED_JAM -DVM_TRACE -DERROR_INSERT -DARRAY_GUARD"
#NDB_DEFS="-DNDB_RELEASE -DUSE_EMULATED_JAM -DVM_TRACE -DERROR_INSERT -DARRAY_GUARD
\$(NDB_EXTRA_FLAGS)"
"
NDB_DEFS
=
"-DNDB_DEBUG -DUSE_EMULATED_JAM -DVM_TRACE -DERROR_INSERT -DARRAY_GUARD
\$
(NDB_EXTRA_FLAGS)"
"
elif test "
$with_debug
" = "
full
"
then
# Full debug. Very slow in some cases
CFLAGS="
$DEBUG_CFLAGS
-DDBUG_ON
-DSAFE_MUTEX
-DSAFEMALLOC
$CFLAGS
"
CXXFLAGS="
$DEBUG_CXXFLAGS
-DSAFE_MUTEX
-DSAFEMALLOC
$CXXFLAGS
"
NDB_DEFS
=
"-DNDB_DEBUG -DUSE_EMULATED_JAM -DVM_TRACE -DERROR_INSERT -DARRAY_GUARD"
NDB_DEFS="
-DNDB_DEBUG
-DUSE_EMULATED_JAM
-DVM_TRACE
-DERROR_INSERT
-DARRAY_GUARD
\$
(
NDB_EXTRA_FLAGS
)
"
"
else
# Optimized version. No debug
CFLAGS
=
"
$OPTIMIZE_CFLAGS
-DDBUG_OFF
$CFLAGS
"
CXXFLAGS
=
"
$OPTIMIZE_CXXFLAGS
-DDBUG_OFF
$CXXFLAGS
"
NDB_DEFS
=
"-DNDB_RELEASE -DUSE_EMULATED_JAM -DNDEBUG"
NDB_DEFS
=
"-DNDB_RELEASE -DUSE_EMULATED_JAM -DNDEBUG
\$
(NDB_EXTRA_FLAGS)
"
fi
# Force static compilation to avoid linking problems/get more speed
...
...
ndb/src/common/transporter/Makefile.am
View file @
b5044257
...
...
@@ -6,8 +6,9 @@ libtransporter_la_SOURCES = \
SendBuffer.cpp
\
TCP_Transporter.cpp
\
TransporterRegistry.cpp
\
Packer.cpp
\
SHM_Transporter.cpp
Packer.cpp
# SHM_Transporter.cpp
include
$(top_srcdir)/ndb/config/common.mk.am
include
$(top_srcdir)/ndb/config/type_util.mk.am
...
...
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