Teeworlds
discord.gg/teeworlds / development
For discussions around the development of the official Teeworlds
Between 2019-09-03 00:00:00Z and 2019-09-04 00:00:00Z
GitHub
BOT
2019-09-03 17:52:24Z
heinrich5991
[teeworlds/teeworlds] Pull request opened: #2212 Debug mode should only be default if DEV is set, release otherwise
(cherry picked from commit 81408cac4ef11d0f0ce30cb576a88158981874e1)
GitHub
BOT
2019-09-03 19:59:13Z
oy
[teeworlds/teeworlds] Pull request closed: #2212 Debug mode should only be default if DEV is set, release otherwise
19:59
oy
[teeworlds:master] 2 new commits
6cc5fdd
Debug mode should only be default if DEV is set... - heinrich5991
cac627e
Merge pull request #2212 from heinrich5991/pr_c... - oy
GitHub
BOT
2019-09-03 20:10:42Z
axblk
[teeworlds/teeworlds] Pull request opened: #2213 Fix some MSVC warnings
CMake adds
/MD
and
/W3
to the compiler flags when MSVC is used. The compiler complains when they are overwritten later. By enabling the policies
CMP0091
and
CMP0092
, you can prevent cmake from adding these flags.
Exported 4 message(s)