1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-12-21 08:30:55 +00:00

Compile with debugging symbols for now

This commit is contained in:
Peter Evans 2018-01-29 00:30:49 -06:00
parent b2bfee7f96
commit 5812fb8672

View File

@ -5,6 +5,8 @@ project(erc)
include(sources.cmake)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g")
if(DEFINED ENV{STATIC_ANALYSIS})
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} --analyze")
endif()