summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladislav Vaintroub <vvaintroub@mysql.com>2010-04-21 22:19:25 +0200
committerVladislav Vaintroub <vvaintroub@mysql.com>2010-04-21 22:19:25 +0200
commite427d8b33a1c20e4823b34d6b3cd6406276f6c57 (patch)
tree19cc6929be21c347c762f17f97e2b90f562496b9
parent77465516d8d0d370dcc11b85a5de4276f02a1df5 (diff)
downloadmariadb-git-e427d8b33a1c20e4823b34d6b3cd6406276f6c57.tar.gz
get rid of /map linker option (does not work well with VS2010)
-rwxr-xr-xsql/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/sql/CMakeLists.txt b/sql/CMakeLists.txt
index 7373d82c827..aec4196081b 100755
--- a/sql/CMakeLists.txt
+++ b/sql/CMakeLists.txt
@@ -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