diff options
-rw-r--r-- | dac.cmake | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,8 @@ # Contains the dac build specific definitions. Included by the leaf dac cmake files. -remove_definitions(-DPROFILING_SUPPORTED) add_definitions(-DDACCESS_COMPILE) if(WIN32) + remove_definitions(-DPROFILING_SUPPORTED) + add_definitions(-DPROFILING_SUPPORTED_DATA) add_definitions(-MT) -endif(WIN32)
\ No newline at end of file +endif(WIN32) |