summaryrefslogtreecommitdiff
path: root/dac.cmake
blob: 62628cbbe0b029b08eaf56115e29e7e28a7ef114 (plain)
1
2
3
4
5
6
7
8
# Contains the dac build specific definitions. Included by the leaf dac cmake files.

add_definitions(-DDACCESS_COMPILE)
if(WIN32)    
    add_definitions(-MT)
endif(WIN32)
remove_definitions(-DPROFILING_SUPPORTED)
add_definitions(-DPROFILING_SUPPORTED_DATA)