Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Aug 11, 2024
1 parent 1c8b46a commit 369a417
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/ToywasmConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,8 @@ endif()
endif()
endif()

message(STATUS "CMAKE_C_COMPILER_ID ${CMAKE_C_COMPILER_ID}")

# GCC doesn't seem to have a way to only allow statement expressions
if(CMAKE_C_COMPILER_ID MATCHES "Clang")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -pedantic -Wno-gnu-statement-expression")
Expand Down

0 comments on commit 369a417

Please sign in to comment.