Thread: Source
View Single Post
Re: Source
Old
  (#7)
The Storm
Council Member / E[POD]bot developer
 
The Storm's Avatar
 
Status: Offline
Posts: 1,620
Join Date: Jul 2004
Location: Bulgaria
Default Re: Source - 10-03-2006

In MSVC and GCC there is function to disable the debug flags but I don't know for DEV C++. So to remove that comment out or delete all the lines that start in this way
Code:
#IFDEF _DEBUG
// some code....
#ENDIF
  
Reply With Quote