Skip to content

Commit 4c4528a

Browse files
author
Igor Sokolov
committed
cmake: fix a redundant flag causing the build to fail
Signed-off-by: Igor Sokolov <disk.destroyer@yahoo.com>
1 parent 932eab6 commit 4c4528a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ add_compile_options(
151151
-Wredundant-decls
152152
-Wformat-security
153153
-Wno-sign-compare
154-
-Wp,-D_GLIBCXX_ASSERTIONS
154+
-D_GLIBCXX_ASSERTIONS
155155
$<$<CXX_COMPILER_ID:Clang>:-Wno-gnu-zero-variadic-macro-arguments>
156156
# Needed for floating point stability in FFT (fft_test will check this).
157157
# See also https://kristerw.github.io/2021/11/09/fp-contract/

0 commit comments

Comments
 (0)