Skip to content

Commit

Permalink
CI debugging: remove -Werror
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrv committed Nov 24, 2019
1 parent af73dcd commit a7a036f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile-ponyc
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ else
endif

LIB_EXT ?= a
BUILD_FLAGS = -march=$(arch) -mtune=$(tune) -Werror -Wconversion \
BUILD_FLAGS = -march=$(arch) -mtune=$(tune) -Wconversion \
-Wextra -Wall
LINKER_FLAGS = -march=$(arch) -mtune=$(tune) $(LDFLAGS)
AR_FLAGS ?= rcs
Expand Down

0 comments on commit a7a036f

Please sign in to comment.