Skip to content

Commit 6a76a3c

Browse files
committed
Don't use -Werror yet, needs to be restricted to the offload build
1 parent eb6a627 commit 6a76a3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang-rt/lib/runtime/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ find_package(Backtrace)
1212
set(HAVE_BACKTRACE ${Backtrace_FOUND})
1313
set(BACKTRACE_HEADER ${Backtrace_HEADER})
1414

15-
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror")
15+
# set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror")
1616

1717
# List of files that are buildable for all devices.
1818
set(supported_sources

0 commit comments

Comments
 (0)