Removed the debug gcc flags
This commit is contained in:
		
				
					committed by
					
						
						Aaron Marcher (drkhsh)
					
				
			
			
				
	
			
			
			
						parent
						
							ad8ab20c63
						
					
				
				
					commit
					f9748dcca3
				
			@@ -16,9 +16,9 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lasound
 | 
			
		||||
 | 
			
		||||
# flags
 | 
			
		||||
CPPFLAGS = -DVERSION=\"${VERSION}\" -D_GNU_SOURCE
 | 
			
		||||
CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
 | 
			
		||||
CFLAGS = -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
 | 
			
		||||
#CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
 | 
			
		||||
LDFLAGS = -g ${LIBS}
 | 
			
		||||
LDFLAGS = ${LIBS}
 | 
			
		||||
#LDFLAGS = -s ${LIBS}
 | 
			
		||||
 | 
			
		||||
# Solaris
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user