Skip to content

Commit cb3f3a3

Browse files
committed
compile C files with CMAKE_C_FLAGS
1 parent e649c2a commit cb3f3a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ endif()
186186
include(san-config)
187187

188188
# For any C code, use the same flags.
189-
set(CMAKE_C_FLAGS "${CMAKE_CXX_FLAGS}")
189+
# set(CMAKE_C_FLAGS "${CMAKE_CXX_FLAGS}")
190190

191191
# Code coverage
192192
if ("${ARROW_GENERATE_COVERAGE}")

0 commit comments

Comments
 (0)