Skip to content

Commit

Permalink
Update CMakeLists.txt (margelo#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon20000 committed Feb 7, 2024
1 parent f596cbc commit 5c4e182
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ cmake_minimum_required(VERSION 3.10.2)
set(PACKAGE_NAME "reactnativequickcrypto")
set(BUILD_DIR ${CMAKE_SOURCE_DIR}/build)

set (CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -g")
set (CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -g")
# set (CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -g")
# set (CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -g")

# Consume shared libraries and headers from prefabs
find_package(fbjni REQUIRED CONFIG)
Expand Down

0 comments on commit 5c4e182

Please sign in to comment.