We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48f68d5 commit 6cb2aaaCopy full SHA for 6cb2aaa
CMakeLists.txt
@@ -147,7 +147,7 @@ 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
+# Remove -g flag for NDK cc
151
string(REPLACE "-g " "" CMAKE_C_FLAGS "${CMAKE_C_FLAGS}")
152
if (BUILD_CLI)
153
include(FetchContent)
0 commit comments