mirror of
				https://github.com/GrapheneOS/hardened_malloc.git
				synced 2025-10-31 00:06:33 +01:00 
			
		
		
		
	add missing -Wl,--as-needed (removed by mistake)
This commit is contained in:
		
							parent
							
								
									943a81fbeb
								
							
						
					
					
						commit
						505b9d2e76
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
										
									
									
									
								
							|  | @ -20,7 +20,7 @@ endif | |||
| 
 | ||||
| CFLAGS := -std=c11 $(SHARED_FLAGS) -Wmissing-prototypes | ||||
| CXXFLAGS := -std=c++14 $(SHARED_FLAGS) | ||||
| LDFLAGS := -Wl,-z,defs,-z,relro,-z,now,-z,nodlopen,-z,text | ||||
| LDFLAGS := -Wl,--as-needed,-z,defs,-z,relro,-z,now,-z,nodlopen,-z,text | ||||
| TIDY_CHECKS := -checks=bugprone-*,-bugprone-macro-parentheses,cert-*,clang-analyzer-*,readability-*,-readability-else-after-return,-readability-inconsistent-declaration-parameter-name,-readability-named-parameter | ||||
| 
 | ||||
| SOURCES := chacha.c malloc.c memory.c pages.c random.c util.c | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue