diff options
| author | snermolaev <[email protected]> | 2022-02-10 16:45:53 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:45:53 +0300 |
| commit | 2015790ac9fcc04caab83fccc23ab2460310a797 (patch) | |
| tree | e644e9bc3f6f688561a871793b59bf8a637e0f72 /build/scripts/compile_cuda.py | |
| parent | c768a99151e47c3a4bb7b92c514d256abd301c4d (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'build/scripts/compile_cuda.py')
| -rw-r--r-- | build/scripts/compile_cuda.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/scripts/compile_cuda.py b/build/scripts/compile_cuda.py index c0bec50b2a6..61bc5eec994 100644 --- a/build/scripts/compile_cuda.py +++ b/build/scripts/compile_cuda.py @@ -53,7 +53,7 @@ def main(): '/Zc:inline', # disable unreferenced functions (kernel registrators) remove '-Wno-c++17-extensions', '-flto', - '-faligned-allocation', + '-faligned-allocation', ] if skip_nocxxinc: |
