march-native
This commit is contained in:
		
							parent
							
								
									c9fe261560
								
							
						
					
					
						commit
						80cf076806
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		|  | @ -1,10 +1,13 @@ | |||
| #!/bin/sh | ||||
| export JOBS="64" | ||||
| 
 | ||||
| export RUSTFLAGS="-C target-feature=-crt-static" | ||||
| export RUSTFLAGS="-C target-cpu=native" | ||||
| export CC=clang | ||||
| export CXX=clang++ | ||||
| 
 | ||||
| export CFLAGS="-march=native" | ||||
| export CXXFLAGS="-march=native" | ||||
| 
 | ||||
| stat /etc/iglupkg.conf > /dev/null 2> /dev/null && . /etc/iglupkg.conf | ||||
| 
 | ||||
| export SAMUFLAGS=-j$JOBS | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue