mirror of
				https://github.com/GrapheneOS/hardened_malloc.git
				synced 2025-10-31 08:16:31 +01:00 
			
		
		
		
	using -lpthread for linking isn't necessary
This commit is contained in:
		
							parent
							
								
									89c624b755
								
							
						
					
					
						commit
						39e81bd486
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		
							
								
								
									
										3
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										3
									
								
								Makefile
									
										
									
									
									
								
							|  | @ -1,7 +1,6 @@ | |||
| CPPFLAGS := -D_GNU_SOURCE | ||||
| CFLAGS := -std=c11 -Wall -Wextra -O2 -flto -fPIC -fvisibility=hidden -fno-plt | ||||
| LDFLAGS := -Wl,--as-needed,-z,defs,-z,relro,-z,now | ||||
| LDLIBS := -lpthread | ||||
| LDFLAGS := -Wl,-z,defs,-z,relro,-z,now | ||||
| OBJECTS := chacha.o malloc.o memory.o pages.o random.o util.o | ||||
| 
 | ||||
| hardened_malloc.so: $(OBJECTS) | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue