diff options
author | Riccardo Spagni <ric@spagni.net> | 2019-03-04 21:32:30 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2019-03-04 21:32:30 +0200 |
commit | 526011163145b91b4df6e56c5784d845575d81c2 (patch) | |
tree | a46a87e25f9bf15f41a462fce9c4516c7065e2a7 /CMakeLists.txt | |
parent | Merge pull request #5143 (diff) | |
parent | Support docker for gitian builds (diff) | |
download | monero-526011163145b91b4df6e56c5784d845575d81c2.tar.xz |
Merge pull request #5146
4a9257b4 Support docker for gitian builds (TheCharlatan)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index aa03b03ac..90b16cab8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -689,7 +689,6 @@ else() endif() if(BACKCOMPAT) - add_definitions(-DFDELT_TYPE=long\ int) add_linker_flag_if_supported(-Wl,--wrap=__divmoddi4 LD_BACKCOMPAT_FLAGS) add_linker_flag_if_supported(-Wl,--wrap=glob LD_BACKCOMPAT_FLAGS) message(STATUS "Using Lib C back compat flags: ${LD_BACKCOMPAT_FLAGS}") |