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:
parent
b2bfee7f96
commit
5812fb8672
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user