diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-03-22 18:38:27 +0100 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-03-23 08:43:12 +0100 |
| commit | 53dbfbccea07f659aff5d03c5a5d44c729f71ca7 (patch) | |
| tree | 6cb0e2004ab4426d2faf0dd11ac709f6f5f77dbd /libbridge | |
| parent | 40b85a693d3ceeba65cf6c8625d7c63d0a8fc767 (diff) | |
windows support + LICENSE
Diffstat (limited to 'libbridge')
| -rw-r--r-- | libbridge/CMakeLists.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libbridge/CMakeLists.txt b/libbridge/CMakeLists.txt index 5fa728e..2679186 100644 --- a/libbridge/CMakeLists.txt +++ b/libbridge/CMakeLists.txt @@ -16,18 +16,6 @@ elseif(${HOST_ABI} STREQUAL "i686-w64-mingw32") # set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON) endif() -# if (MINGW) -# # On Windows, this is as close to fully-static as we get: -# # this leaves only deps on /c/Windows/system32/*.dll -# set(STATIC_FLAGS "-static ") -# set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fstack-protector") -# set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fstack-protector") -# elseif (NOT (APPLE OR FREEBSD OR OPENBSD OR DRAGONFLY)) -# # On Linux, we don't support fully static build, but these can be static -# set(STATIC_FLAGS "-static-libgcc -static-libstdc++") -# endif() -set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} ${STATIC_FLAGS} -fstack-protector") - add_library( wallet2_api_c SHARED src/main/cpp/helpers.cpp |
