Makefile: use -Os instead of -O1
This was left over from debugging.
Этот коммит содержится в:
		
							родитель
							
								
									2e5b313d54
								
							
						
					
					
						коммит
						b8260ba554
					
				
					 1 изменённых файлов: 1 добавлений и 1 удалений
				
			
		
							
								
								
									
										2
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -79,7 +79,7 @@ build/%.bc: src/examples/% src/examples/%/*.go build/tgo src/runtime/*.go build/
 | 
			
		|||
 | 
			
		||||
# Compile and optimize bitcode file.
 | 
			
		||||
build/%.o: build/%.bc
 | 
			
		||||
	$(OPT) -coro-early -coro-split -coro-elide -O1 -coro-cleanup -o $< $<
 | 
			
		||||
	$(OPT) -coro-early -coro-split -coro-elide -Os -coro-cleanup -o $< $<
 | 
			
		||||
	$(LLC) -filetype=obj -o $@ $<
 | 
			
		||||
 | 
			
		||||
# Compile C sources for the runtime.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Загрузка…
	
	Создание таблицы
		
		Сослаться в новой задаче