Skip to content

Commit

Permalink
Respect supplied CMAKE_C_FLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomáš Čech committed Apr 28, 2016
1 parent bcdeb72 commit 1124e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1124e78

Please sign in to comment.