Skip to content

Commit

Permalink
Update CMakeLists.txt (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorxda committed Apr 5, 2024
1 parent 49d6a8f commit b9a1091
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if(CMAKE_BUILD_TYPE STREQUAL "Release")
else()
if(BUILD_SHARED_LIBS)
set(CMAKE_C_FLAGS
"${CMAKE_C_FLAGS} -O1 -g -fsanitize=address -fno-omit-frame-pointer")
"${CMAKE_C_FLAGS} -O1 -g -fno-omit-frame-pointer")
endif()
endif()

Expand All @@ -38,6 +38,8 @@ include_directories(./src/)
set(COMMON_LIB_SRC
src/chipid.c
src/chipid.h
src/cjson/cJSON.c
src/cjson/cJSON.h
src/hal/allwinner.c
src/hal/allwinner.h
src/hal/bcm.c
Expand Down

0 comments on commit b9a1091

Please sign in to comment.