Skip to content

Commit 283591e

Browse files
committed
chore: Refactor gcc options in Linux compiler config
1 parent e4a2677 commit 283591e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

cmake/linux/compilerconfig.cmake

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@ set(_obs_gcc_c_options
4141
-Wvla)
4242

4343
# gcc options for C++
44-
set(_obs_gcc_cxx_options
45-
# cmake-format: sortable
46-
${_obs_gcc_c_options} -Winvalid-offsetof -Wno-overloaded-virtual)
44+
set(_obs_gcc_cxx_options # cmake-format: sortable
45+
${_obs_gcc_c_options} -Winvalid-offsetof -Wno-overloaded-virtual)
4746

4847
add_compile_options(
4948
-fopenmp-simd

0 commit comments

Comments
 (0)