mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 03:21:53 +01:00
added -flto -fuse-linker-plugin to RelWithDebInfo #77
This commit is contained in:
parent
529d5b2f5b
commit
278901f3a4
1 changed files with 1 additions and 0 deletions
|
@ -25,3 +25,4 @@ SET(TOKUDB_SOURCES ha_tokudb.cc)
|
|||
MYSQL_ADD_PLUGIN(tokudb ${TOKUDB_SOURCES} STORAGE_ENGINE MODULE_ONLY
|
||||
LINK_LIBRARIES tokufractaltree_static tokuportability_static z stdc++)
|
||||
SET_PROPERTY(TARGET tokudb APPEND PROPERTY LINK_FLAGS_RELEASE "-flto -fuse-linker-plugin")
|
||||
SET_PROPERTY(TARGET tokudb APPEND PROPERTY LINK_FLAGS_RELWITHDEBINFO "-flto -fuse-linker-plugin")
|
||||
|
|
Loading…
Add table
Reference in a new issue