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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
c1261f58
Commit
c1261f58
authored
Nov 17, 2005
by
jimw@mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysql.com:/home/jimw/my/mysql-4.1-12640
into mysql.com:/home/jimw/my/mysql-4.1-clean
parents
cee66717
592a4c7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
configure.in
configure.in
+13
-0
No files found.
configure.in
View file @
c1261f58
...
...
@@ -1672,6 +1672,19 @@ if expr "$SYSTEM_TYPE" : ".*netware.*" > /dev/null; then
OPTIMIZE_CXXFLAGS
=
"
$OPTIMIZE_CXXFLAGS
-DNDEBUG"
fi
# If the user specified CFLAGS, we won't add any optimizations
if
test
-n
"
$SAVE_CFLAGS
"
then
OPTIMIZE_CFLAGS
=
""
DEBUG_OPTIMIZE_CC
=
""
fi
# Ditto for CXXFLAGS
if
test
-n
"
$SAVE_CXXFLAGS
"
then
OPTIMIZE_CXXFLAGS
=
""
DEBUG_OPTIMIZE_CXX
=
""
fi
AC_ARG_WITH
(
debug,
[
--without-debug
Build a production version without debugging code],
[
with_debug
=
$withval
]
,
...
...
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