GNUmakefile: fixed fop(1) segfault
This commit is contained in:
		
							parent
							
								
									7eda8bb721
								
							
						
					
					
						commit
						5d9f6f3245
					
				@ -20,9 +20,8 @@ CC=cc
 | 
				
			|||||||
CFLAGS=-O3 -Lbuild/lib -idirafter include
 | 
					CFLAGS=-O3 -Lbuild/lib -idirafter include
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUSTC=rustc +nightly
 | 
					RUSTC=rustc +nightly
 | 
				
			||||||
RUSTCFLAGS=-Zlocation-detail=none -Copt-level=z -Ccodegen-units=1 \
 | 
					RUSTCFLAGS=-Zlocation-detail=none -Copt-level=z -Ccodegen-units=1 -Cpanic=abort 
 | 
				
			||||||
	-Cpanic=abort -Clto=y -Cstrip=symbols -Ctarget-cpu=native \
 | 
						-Clto=y -Cstrip=symbols -Ctarget-cpu=native
 | 
				
			||||||
	-Clink-args=-Wl,-n,-N,--no-dynamic-linker,--no-pie,--build-id=none
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
ifeq ($(CC), gcc)
 | 
					ifeq ($(CC), gcc)
 | 
				
			||||||
	CFLAGS=-O3 -s -Wl,-z,noseparate-code,-z,nosectionheader -flto -Lbuild/lib \
 | 
						CFLAGS=-O3 -s -Wl,-z,noseparate-code,-z,nosectionheader -flto -Lbuild/lib \
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user