mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
remove /MAP option for good.Noone needs it
This commit is contained in:
parent
784d4a4718
commit
cb31d4ccfe
1 changed files with 0 additions and 5 deletions
|
@ -13,11 +13,6 @@
|
|||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
IF(MSVC)
|
||||
#Innodb plugin needs linker-generated map file to locate server exports
|
||||
#see bug#42001
|
||||
SET(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /MAP /MAPINFO:EXPORTS")
|
||||
ENDIF(MSVC)
|
||||
|
||||
INCLUDE_DIRECTORIES(
|
||||
${CMAKE_SOURCE_DIR}/include
|
||||
|
|
Loading…
Reference in a new issue