diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6e321c28c4..1fa4abdcf0 100755 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -151,7 +151,7 @@ add_compile_options( -Wredundant-decls -Wformat-security -Wno-sign-compare - -Wp,-D_GLIBCXX_ASSERTIONS + -D_GLIBCXX_ASSERTIONS $<$:-Wno-gnu-zero-variadic-macro-arguments> # Needed for floating point stability in FFT (fft_test will check this). # See also https://kristerw.github.io/2021/11/09/fp-contract/