Skip to content

Commit 531279f

Browse files
committed
Add final new line
1 parent ea501b3 commit 531279f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/arm64-apple-clang.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ set( arch_c_flags "-march=armv8.4-a -fvectorize -ffp-model=fast -fno-finite-math
1313
set( warn_c_flags "-Wno-format -Wno-unused-variable -Wno-unused-function" )
1414

1515
set( CMAKE_C_FLAGS_INIT "${arch_c_flags} ${warn_c_flags}" )
16-
set( CMAKE_CXX_FLAGS_INIT "${arch_c_flags} ${warn_c_flags}" )
16+
set( CMAKE_CXX_FLAGS_INIT "${arch_c_flags} ${warn_c_flags}" )

0 commit comments

Comments
 (0)