Advertisement
Guest User

Untitled

a guest
Jul 20th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. add_compile_definitions(
  2. $<$<CONFIG:Release>:-DFOR_RELEASE -DNDEBUG -DUSE_RESTRICT>
  3. $<$<CONFIG:Debug>:-DFOR_DEBUG -DDEBUG -D_DEBUG>
  4. )
  5.  
  6.  
  7. /D "$<0:-DFOR_RELEASE" /D "-DNDEBUG" /D "-DUSE_RESTRICT>" /D "$<1:-DFOR_DEBUG" /D "-DDEBUG" /D "-D_DEBUG>"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement