mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 21:40:52 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			538 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			538 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Copyright 2004 Vladimir Prus 
 | 
						|
# Distributed under the Boost Software License, Version 1.0. 
 | 
						|
# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) 
 | 
						|
 | 
						|
 | 
						|
# Define a build variant which is just combination
 | 
						|
# of four properties. 
 | 
						|
variant crazy : <optimization>speed <inlining>off 
 | 
						|
                <debug-symbols>on <profiling>on ;
 | 
						|
		
 | 
						|
# Define a built variant inherited from 'release'.
 | 
						|
# It defines one new property and get all properties
 | 
						|
# from parent variant.		
 | 
						|
variant super_release : release : <define>USE_ASM ;
 |