mirror of
				https://github.com/PurpleI2P/i2pd.git
				synced 2025-11-04 08:30:46 +00:00 
			
		
		
		
	Update .gitignore, fix typo in CMakeLists.txt.
This commit is contained in:
		
							parent
							
								
									9236c7b391
								
							
						
					
					
						commit
						bdaf2c16aa
					
				
					 2 changed files with 5 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -119,12 +119,13 @@ if (CXX11_SUPPORTED)
 | 
			
		|||
elseif (CXX0X_SUPPORTED) # gcc 4.6
 | 
			
		||||
  add_definitions( "-std=c++0x" )
 | 
			
		||||
elseif (NOT MSVC)
 | 
			
		||||
  message(SEND_ERROR "C++11 standart not seems to be supported by compiler. Too old version?")
 | 
			
		||||
  message(SEND_ERROR "C++11 standard not supported by compiler. Version too old?")
 | 
			
		||||
endif ()
 | 
			
		||||
 | 
			
		||||
if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
 | 
			
		||||
  if (WITH_HARDENING)
 | 
			
		||||
    add_definitions( "-D_FORTIFY_SOURCE=2" )
 | 
			
		||||
file (GLOB HEADERS "${CMAKE_SOURCE_DIR}/util/*.h")
 | 
			
		||||
    set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wformat -Wformat-security -Werror=format-security" )
 | 
			
		||||
    set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fstack-protector --param ssp-buffer-size=4" )
 | 
			
		||||
  endif ()
 | 
			
		||||
| 
						 | 
				
			
			@ -317,4 +318,4 @@ if (WITH_TESTS)
 | 
			
		|||
 | 
			
		||||
  enable_testing()
 | 
			
		||||
  add_test(i2pdTest i2pd_tests)
 | 
			
		||||
endif ()
 | 
			
		||||
endif ()
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue