Skip to content

Commit

Permalink
force warnings as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jleni committed May 10, 2024
1 parent ee2ce4f commit bb70170
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ INCLUDES_PATH += $(BOLOS_SDK)/lib_cxng/src
APP_SOURCE_PATH += $(CURDIR)/rust/include
APP_SOURCE_PATH += $(MY_DIR)/../deps/tiny-aes/src

# Existing CFLAGS
CFLAGS += -Werror
CXXFLAGS += -Werror

# Building Rust
LDFLAGS += -z muldefs
Expand Down

0 comments on commit bb70170

Please sign in to comment.