mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 20:44:01 +01:00
Respect supplied CMAKE_C_FLAGS
This commit is contained in:
parent
bcdeb72189
commit
1124e78dda
@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.1.0)
|
||||
|
||||
project(sway C)
|
||||
|
||||
set(CMAKE_C_FLAGS "-g")
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g")
|
||||
set(CMAKE_C_STANDARD 99)
|
||||
set(CMAKE_C_EXTENSIONS OFF)
|
||||
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
|
||||
|
Loading…
Reference in New Issue
Block a user