gnu: openscenegraph: Add 'Release' configure flag.
* gnu/packages/graphics.scm (openscenegraph)[arguments]: Add "-DCMAKE_BUILD_TYPE=Release".
This commit is contained in:
		
							parent
							
								
									68a29ab8d0
								
							
						
					
					
						commit
						5638d71502
					
				
					 1 changed files with 5 additions and 1 deletions
				
			
		|  | @ -339,7 +339,11 @@ visual effects work for film.") | |||
|        #:configure-flags | ||||
|        (list (string-append "-DCMAKE_INSTALL_RPATH=" | ||||
|                             (assoc-ref %outputs "out") "/lib:" | ||||
|                             (assoc-ref %outputs "out") "/lib64")))) | ||||
|                             (assoc-ref %outputs "out") "/lib64") | ||||
|              ;; We need to set this flag or otherwise 'rd' will be added | ||||
|              ;; to the name of the library binaries and break linking | ||||
|              ;; with other programs. | ||||
|              "-DCMAKE_BUILD_TYPE=Release"))) | ||||
|     (native-inputs | ||||
|      `(("unzip" ,unzip))) | ||||
|     (inputs | ||||
|  |  | |||
		Reference in a new issue