forked from LeenkxTeam/LNXSDK
		
	
		
			
	
	
		
			16 lines
		
	
	
		
			304 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
		
		
			
		
	
	
			16 lines
		
	
	
		
			304 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
|  | Stripper | ||
|  | -------- | ||
|  | 
 | ||
|  | A stripper is used to remove debug information in release builds on gcc-like systems.  It may contain entries: | ||
|  | 
 | ||
|  | - *exe* - Override stripper command | ||
|  |   ```xml | ||
|  |   <exe name="command"/> | ||
|  |   ``` | ||
|  | 
 | ||
|  | - *flag* - Add flag to stripper command | ||
|  |    ```xml | ||
|  |    <flag value="flag"/> | ||
|  |    ``` | ||
|  | 
 |