mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Removed O2 from fir Makefile to be consistent with lab.
This commit is contained in:
		
							parent
							
								
									8601f04397
								
							
						
					
					
						commit
						0a540495f6
					
				@ -5,7 +5,7 @@ $(TARGET).objdump: $(TARGET)
 | 
			
		||||
	spike $(TARGET)
 | 
			
		||||
    
 | 
			
		||||
$(TARGET): $(TARGET).c Makefile
 | 
			
		||||
	riscv64-unknown-elf-gcc -o $(TARGET) -g -O2\
 | 
			
		||||
	riscv64-unknown-elf-gcc -o $(TARGET) -g\
 | 
			
		||||
	  -march=rv64gc -mabi=lp64d -mcmodel=medany \
 | 
			
		||||
	  -nostdlib -static -lm -fno-tree-loop-distribute-patterns \
 | 
			
		||||
	  -T../common/test.ld -I../common \
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user