peteb / tankage

Multiplayer 2D tank game; drive around in a mutable world together with friends
10 stars 2 forks source link

Use -DCMAKE_BUILD_TYPE=Debug #33

Closed peteb closed 13 years ago

peteb commented 13 years ago

Use -DCMAKE_BUILD_TYPE=Debug instead of -DDEV=true

kskels commented 13 years ago

Hm! Why is that? Why not even -DD=1?

peteb commented 13 years ago

I think CMAKE_BUILD_TYPE is standard, and will be used by the visual studio generators etc.

kskels commented 13 years ago

I have fixed this having argument Debug case insensitive, it's in tank branch. /Kaspars

peteb commented 13 years ago

Cool :) We can merge and close this issue tomorrow.

kskels commented 13 years ago

Done, please close!