Do not strip at link stage
Building with debug symbols is worthless unless LDFLAGS are manually adjusted as well.
This commit is contained in:
		
							parent
							
								
									44bb7157ec
								
							
						
					
					
						commit
						79ec04f516
					
				@ -25,7 +25,7 @@ LIBS = -L$(X11LIB) -lX11 $(XINERAMALIBS) $(FREETYPELIBS)
 | 
			
		||||
# flags
 | 
			
		||||
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -DVERSION=\"$(VERSION)\" $(XINERAMAFLAGS)
 | 
			
		||||
CFLAGS   = -std=c99 -pedantic -Wall -Os $(INCS) $(CPPFLAGS)
 | 
			
		||||
LDFLAGS  = -s $(LIBS)
 | 
			
		||||
LDFLAGS  = $(LIBS)
 | 
			
		||||
 | 
			
		||||
# compiler and linker
 | 
			
		||||
CC = cc
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user