mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
-std=c99 for largeNbDicts
This commit is contained in:
parent
4086b2871b
commit
39ef91a599
2 changed files with 2 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -104,6 +104,7 @@ clean:
|
|||
@$(MAKE) -C contrib/pzstd $@ > $(VOID)
|
||||
@$(MAKE) -C contrib/seekable_format/examples $@ > $(VOID)
|
||||
@$(MAKE) -C contrib/adaptive-compression $@ > $(VOID)
|
||||
@$(MAKE) -C contrib/largeNbDicts $@ > $(VOID)
|
||||
@$(RM) zstd$(EXT) zstdmt$(EXT) tmp*
|
||||
@$(RM) -r lz4
|
||||
@echo Cleaning completed
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ LIBZSTD = $(LIBDIR)/libzstd.a
|
|||
CPPFLAGS+= -I$(LIBDIR) -I$(LIBDIR)/common -I$(LIBDIR)/dictBuilder -I$(PROGDIR)
|
||||
|
||||
CFLAGS ?= -O3
|
||||
CFLAGS += -std=c99
|
||||
DEBUGFLAGS= -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow \
|
||||
-Wstrict-aliasing=1 -Wswitch-enum \
|
||||
-Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue