mirror of
				https://gitlab.com/klmp200/LO41.git
				synced 2025-10-30 00:33:54 +00:00 
			
		
		
		
	Nouvelles règles de compilation
This commit is contained in:
		| @@ -2,9 +2,9 @@ cmake_minimum_required(VERSION 3.9) | ||||
| project(LO41 C) | ||||
|  | ||||
| set(CMAKE_C_STANDARD 11) | ||||
| set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Werror -Wextra -Wshadow") | ||||
| set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Werror -Wextra -Wshadow -fpic") | ||||
|  | ||||
| if("${CMAKE_SYSTEM}" MATCHES "Linux") | ||||
| if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU") | ||||
|     set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -pthread") | ||||
| endif() | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user