Update PgoData to release-20180715-0216 (#18921)
[platform/upstream/coreclr.git] / dac.cmake
index 1b27ac0..8813efd 100644 (file)
--- a/dac.cmake
+++ b/dac.cmake
@@ -1,7 +1,9 @@
 # Contains the dac build specific definitions. Included by the leaf dac cmake files.
 
-remove_definitions(-DPROFILING_SUPPORTED)
 add_definitions(-DDACCESS_COMPILE)
-if(WIN32)
+add_definitions(-DFEATURE_ENABLE_HARDWARE_EXCEPTIONS)
+if(WIN32)    
     add_definitions(-MT)
-endif(WIN32)
\ No newline at end of file
+endif(WIN32)
+remove_definitions(-DPROFILING_SUPPORTED)
+add_definitions(-DPROFILING_SUPPORTED_DATA)