Skip to content

Commit

Permalink
examples/app: -Wall -Werror
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Jun 10, 2023
1 parent ad86873 commit b163311
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/app/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 3.16)

project(app LANGUAGES C)

set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wvla -Werror")

find_package(toywasm-lib-core REQUIRED)

set(app_sources
Expand Down

0 comments on commit b163311

Please sign in to comment.