Makefile: Remove -lseccomp as we don't need it anymore
此提交包含在:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@@ -2,7 +2,7 @@
 | 
			
		||||
 | 
			
		||||
CXXFLAGS=-std=c++17 -O0 -g -no-pie -pipe -MMD -Wall -Wextra
 | 
			
		||||
RELEASE_CXXFLAGS=-std=c++17 -O3 -pipe -MMD -Wall -Wextra
 | 
			
		||||
LDFLAGS=-lsqlite3 -lpthread -lcrypto -lstdc++fs -lseccomp
 | 
			
		||||
LDFLAGS=-lsqlite3 -lpthread -lcrypto -lstdc++fs
 | 
			
		||||
INCLUDEFLAGS=-I submodules/sqlitemoderncpp/hdr -I submodules/cpp-httplib -I submodules/qssb.h
 | 
			
		||||
 | 
			
		||||
CXX=g++
 | 
			
		||||
 
 | 
			
		||||
		新增問題並參考
	
	封鎖使用者