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
ed3c5e7f
Commit
ed3c5e7f
authored
Sep 26, 2012
by
Leif Walsh
Committed by
Yoni Fogel
Apr 17, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reversing accidental merge
git-svn-id:
file:///svn/toku/tokudb@48327
c7de825b-a66e-492c-adef-691d508d4ae1
parent
9d944712
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
13 deletions
+2
-13
cmake_modules/TokuSetupCompiler.cmake
cmake_modules/TokuSetupCompiler.cmake
+2
-13
No files found.
cmake_modules/TokuSetupCompiler.cmake
View file @
ed3c5e7f
...
...
@@ -10,18 +10,13 @@ endif ()
## preprocessor definitions we want everywhere
add_c_defines
(
_SVID_SOURCE
_XOPEN_SOURCE=600
_FILE_OFFSET_BITS=64
_LARGEFILE64_SOURCE
__STDC_FORMAT_MACROS
__STDC_LIMIT_MACROS
__LONG_LONG_SUPPORTED
)
if
(
NOT CMAKE_SYSTEM_NAME STREQUAL FreeBSD
)
add_c_defines
(
_SVID_SOURCE
_XOPEN_SOURCE=600
)
endif
()
## add TOKU_PTHREAD_DEBUG for debug builds
set_property
(
DIRECTORY APPEND PROPERTY COMPILE_DEFINITIONS_DEBUG TOKU_PTHREAD_DEBUG
)
...
...
@@ -97,12 +92,6 @@ if (NOT CMAKE_CXX_COMPILER_ID MATCHES Clang)
)
endif
()
if
(
CMAKE_SYSTEM_NAME STREQUAL FreeBSD
)
set_cflags_if_supported
(
-Wno-error=unused-but-set-variable
)
endif
()
## this hits with optimized builds somewhere in ftleaf_split, we don't
## know why but we don't think it's a big deal
set_ldflags_if_supported
(
...
...
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