We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca08327 commit 48f68d5Copy full SHA for 48f68d5
CMakeLists.txt
@@ -147,6 +147,8 @@ target_link_libraries(${PROJECT_NAME}_static PUBLIC ${APP_LINK_LIB})
147
target_compile_options(${PROJECT_NAME}_static PUBLIC ${APP_BUILD_OPTIONS})
148
target_include_directories(${PROJECT_NAME}_static PUBLIC include)
149
150
+#Remove -g flag for NDK cc
151
+string(REPLACE "-g " "" CMAKE_C_FLAGS "${CMAKE_C_FLAGS}")
152
if (BUILD_CLI)
153
include(FetchContent)
154
FetchContent_Declare(clipp GIT_REPOSITORY https://github.com/muellan/clipp.git
0 commit comments