add -fno-plt as an optimization
This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@@ -1,5 +1,5 @@
 | 
			
		||||
CPPFLAGS := -D_GNU_SOURCE
 | 
			
		||||
CFLAGS := -std=c11 -Wall -Wextra -O2 -flto -fPIC -fvisibility=hidden -pedantic
 | 
			
		||||
CFLAGS := -std=c11 -Wall -Wextra -O2 -flto -fPIC -fvisibility=hidden -pedantic -fno-plt
 | 
			
		||||
LDFLAGS := -Wl,--as-needed,-z,defs,-z,relro,-z,now
 | 
			
		||||
LDLIBS := -lpthread
 | 
			
		||||
OBJECTS := chacha.o malloc.o memory.o random.o util.o
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user