diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-05-11 15:49:38 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-05-11 15:49:38 +0300 |
commit | 232076bf9294239867b01b8d55c34b283ec6d03f (patch) | |
tree | 82ce3b5b9ae17bf056c9240077fff08aa473ff00 | |
parent | 08933c12d88539cf05b655bf2a09aeb1d0aeb3e9 (diff) | |
download | ydb-232076bf9294239867b01b8d55c34b283ec6d03f.tar.gz |
intermediate changes
ref:918ae331fd594dc110eff858a9245190f231dac9
-rw-r--r-- | build/scripts/compile_cuda.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/scripts/compile_cuda.py b/build/scripts/compile_cuda.py index 5e91fa7186..9d89340344 100644 --- a/build/scripts/compile_cuda.py +++ b/build/scripts/compile_cuda.py @@ -54,6 +54,7 @@ def main(): '-Wno-c++17-extensions', '-flto', '-faligned-allocation', + '-fsized-deallocation' ] if skip_nocxxinc: |