mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-03 21:09:11 +00:00 
			
		
		
		
	Merge branch 'master' of https://github.com/z3prover/z3
This commit is contained in:
		
						commit
						4b3483ec6e
					
				
					 1 changed files with 8 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -1932,6 +1932,12 @@ class MLComponent(Component):
 | 
			
		|||
            OCAML_FLAGS = ''
 | 
			
		||||
            if DEBUG_MODE:
 | 
			
		||||
                OCAML_FLAGS += '-g'
 | 
			
		||||
 | 
			
		||||
            if OCAMLFIND:
 | 
			
		||||
                # Load Big_int, which is no longer part of the standard library, via the num package: https://github.com/ocaml/num
 | 
			
		||||
                OCAMLCF = OCAMLFIND + ' ' + 'ocamlc -package num' + ' ' + OCAML_FLAGS
 | 
			
		||||
                OCAMLOPTF = OCAMLFIND + ' ' + 'ocamlopt -package num' + ' ' + OCAML_FLAGS
 | 
			
		||||
            else:
 | 
			
		||||
                OCAMLCF = OCAMLC + ' ' + OCAML_FLAGS
 | 
			
		||||
                OCAMLOPTF = OCAMLOPT + ' ' + OCAML_FLAGS
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue