Skip to content

Commit

Permalink
include Werror
Browse files Browse the repository at this point in the history
  • Loading branch information
Trondtr committed Jan 20, 2025
1 parent 54d8331 commit 5d0dd37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fst/morphology/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ SUBDIRS=. test

# Add language-specific flags for hfst-lexc compilation here:
if HAVE_SHARED_COMMON
HFST_LEXC_LOCAL_FLAGS= # --Werror # uncomment if lexc is good enough
HFST_LEXC_LOCAL_FLAGS= --Werror # uncomment if lexc is good enough
else
HFST_LEXC_LOCAL_FLAGS= # No --Werror if deps are missing !
endif
Expand Down

0 comments on commit 5d0dd37

Please sign in to comment.