Skip to content

Commit

Permalink
Revert "SWPROT-8953: zpc: Relax Werror for release, to be reverted"
Browse files Browse the repository at this point in the history
This reverts commit b51b795.

Relate-to: SiliconLabsSoftware#26
Origin: SiliconLabsSoftware#27
Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
  • Loading branch information
rzr committed Feb 14, 2025
1 parent 7411581 commit 14a1b28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/include/compiler_options.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON) # Do not allow fallback to previous C++
set(CMAKE_CXX_EXTENSIONS ON) # Enable gnu++11 extentions

# Set compiler Flags
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -pipe -Wall")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pipe -Wall")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -pipe -Werror -Wall")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pipe -Werror -Wall")

# Only add code coverage when CMAKE_GCOV is True
if(CMAKE_GCOV)
Expand Down

0 comments on commit 14a1b28

Please sign in to comment.