From: Jeff Perry Newsgroups: comp.os.msdos.djgpp Subject: Isn't NDEBUG ANSI? Date: Tue, 26 Jan 1999 17:28:11 -0600 Organization: The University of Texas at Austin, Austin, Texas Lines: 9 Message-ID: <36AE4F8A.9DD333DC@mail.utexas.edu> NNTP-Posting-Host: psy111.psy.utexas.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.06 [en] (Win95; I) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I'm porting my MSVC++ source to DJGPP, but I'm finding that none of my NDEBUGs are defined. I have -g turned off. Isn't turning off -g the correct way to specify a non-debug build? Doesn't ANSI require NDEBUG to be defined for non-debug builds? Jeff jsp AT mail DOT utexas DOT edu