mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-01 10:45:56 +08:00
Merge pull request #1423 from AlvinMooreSr/cmake
Strip Fdbmonitor Symbols
This commit is contained in:
parent
28d96fe612
commit
d5372c864e
@ -1,6 +1,7 @@
|
||||
set(FDBMONITOR_SRCS ConvertUTF.h SimpleIni.h fdbmonitor.cpp)
|
||||
|
||||
add_executable(fdbmonitor ${FDBMONITOR_SRCS})
|
||||
strip_debug_symbols(fdbmonitor)
|
||||
assert_no_version_h(fdbmonitor)
|
||||
if(UNIX AND NOT APPLE)
|
||||
target_link_libraries(fdbmonitor rt)
|
||||
|
Loading…
x
Reference in New Issue
Block a user