Skip to content

Commit b9a1091

Browse files
authored
Update CMakeLists.txt (#127)
1 parent 49d6a8f commit b9a1091

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CMakeLists.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if(CMAKE_BUILD_TYPE STREQUAL "Release")
1717
else()
1818
if(BUILD_SHARED_LIBS)
1919
set(CMAKE_C_FLAGS
20-
"${CMAKE_C_FLAGS} -O1 -g -fsanitize=address -fno-omit-frame-pointer")
20+
"${CMAKE_C_FLAGS} -O1 -g -fno-omit-frame-pointer")
2121
endif()
2222
endif()
2323

@@ -38,6 +38,8 @@ include_directories(./src/)
3838
set(COMMON_LIB_SRC
3939
src/chipid.c
4040
src/chipid.h
41+
src/cjson/cJSON.c
42+
src/cjson/cJSON.h
4143
src/hal/allwinner.c
4244
src/hal/allwinner.h
4345
src/hal/bcm.c

0 commit comments

Comments
 (0)