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 | #!/bin/sh | ||||||
| export JOBS="64" | export JOBS="64" | ||||||
| 
 | 
 | ||||||
| export RUSTFLAGS="-C target-feature=-crt-static" | export RUSTFLAGS="-C target-cpu=native" | ||||||
| export CC=clang | export CC=clang | ||||||
| export CXX=clang++ | export CXX=clang++ | ||||||
| 
 | 
 | ||||||
|  | export CFLAGS="-march=native" | ||||||
|  | export CXXFLAGS="-march=native" | ||||||
|  | 
 | ||||||
| stat /etc/iglupkg.conf > /dev/null 2> /dev/null && . /etc/iglupkg.conf | stat /etc/iglupkg.conf > /dev/null 2> /dev/null && . /etc/iglupkg.conf | ||||||
| 
 | 
 | ||||||
| export SAMUFLAGS=-j$JOBS | export SAMUFLAGS=-j$JOBS | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue