mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Remove coverage and profile flags.
This commit is contained in:
		
							
								
								
									
										14
									
								
								configure.ac
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								configure.ac
									
									
									
									
									
								
							@@ -42,20 +42,6 @@ AC_ARG_ENABLE(
 | 
			
		||||
)
 | 
			
		||||
AM_CONDITIONAL(IS_DEBUG, test "x$enable_debug" = xyes)
 | 
			
		||||
 | 
			
		||||
# Is this --enable-coverage?
 | 
			
		||||
AC_ARG_ENABLE(
 | 
			
		||||
	coverage,
 | 
			
		||||
	AC_HELP_STRING(--enable-coverage, enable coverage build flags)
 | 
			
		||||
)
 | 
			
		||||
AM_CONDITIONAL(IS_COVERAGE, test "x$enable_coverage" = xyes)
 | 
			
		||||
 | 
			
		||||
# Is this --enable-profile?
 | 
			
		||||
AC_ARG_ENABLE(
 | 
			
		||||
	profile,
 | 
			
		||||
	AC_HELP_STRING(--enable-profile, enable profile build flags)
 | 
			
		||||
)
 | 
			
		||||
AM_CONDITIONAL(IS_PROFILE, test "x$enable_profile" = xyes)
 | 
			
		||||
 | 
			
		||||
# Is this a static build?
 | 
			
		||||
AC_ARG_ENABLE(
 | 
			
		||||
	static,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user