summaryrefslogtreecommitdiff
path: root/clrdefinitions.cmake
diff options
context:
space:
mode:
authorRuss Keldorph <russ.keldorph@microsoft.com>2018-12-02 16:40:18 -0800
committerTomas Weinfurt <tweinfurt@yahoo.com>2018-12-02 16:40:18 -0800
commit019d2ba578c7f710319d03fe409e871e1fb90058 (patch)
tree110694b72ab521576ed2bd74b3ab5568fda7ec7c /clrdefinitions.cmake
parentca56b02af77616c9a5eae93e1c2d3bf1f465d69a (diff)
downloadcoreclr-019d2ba578c7f710319d03fe409e871e1fb90058.tar.gz
coreclr-019d2ba578c7f710319d03fe409e871e1fb90058.tar.bz2
coreclr-019d2ba578c7f710319d03fe409e871e1fb90058.zip
Revert [publish symbols on FreeBSD (#21179)] (#21329)
This reverts commit 6120021023647ff881d791a033dba38a94fd1c2c.
Diffstat (limited to 'clrdefinitions.cmake')
-rw-r--r--clrdefinitions.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/clrdefinitions.cmake b/clrdefinitions.cmake
index 11d2a43af7..8319f0ad89 100644
--- a/clrdefinitions.cmake
+++ b/clrdefinitions.cmake
@@ -176,9 +176,9 @@ if(CLR_CMAKE_PLATFORM_UNIX)
add_definitions(-DFEATURE_PAL_SXS)
add_definitions(-DFEATURE_PAL_ANSI)
endif(CLR_CMAKE_PLATFORM_UNIX)
-if(CLR_CMAKE_PLATFORM_LINUX OR CLR_CMAKE_PLATFORM_FREEBSD)
+if(CLR_CMAKE_PLATFORM_LINUX)
add_definitions(-DFEATURE_PERFMAP)
-endif(CLR_CMAKE_PLATFORM_LINUX OR CLR_CMAKE_PLATFORM_FREEBSD)
+endif(CLR_CMAKE_PLATFORM_LINUX)
add_definitions(-DFEATURE_PREJIT)
if(NOT CLR_CMAKE_PLATFORM_UNIX)