1b27ac00dc076bb9fb153f924561b8fa6e4bd878
[platform/upstream/coreclr.git] / dac.cmake
1 # Contains the dac build specific definitions. Included by the leaf dac cmake files.
2
3 remove_definitions(-DPROFILING_SUPPORTED)
4 add_definitions(-DDACCESS_COMPILE)
5 if(WIN32)
6     add_definitions(-MT)
7 endif(WIN32)