Skip to content

Commit

Permalink
Fix build on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
silviucpp committed Jan 14, 2022
1 parent 4a2e27b commit 159b2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c_src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ endif

CXXFLAGS += -DNDEBUG \
-I $(BASEDIR)/_build \
-g -Wextra -Werror -Wno-missing-field-initializers -fno-exceptions -fno-rtti -std=c++11
-g -Wextra -Werror -Wno-missing-field-initializers -fno-exceptions -fno-rtti -std=c++11 -Wno-ignored-qualifiers

LDFLAGS += -L$(BASEDIR)/_build/zlib2 -lz2 -lstdc++

0 comments on commit 159b2fd

Please sign in to comment.