mirror of
https://github.com/facebook/zstd.git
synced 2025-08-01 09:47:01 +03:00
-std=c99 for largeNbDicts
This commit is contained in:
@ -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 \
|
||||
|
Reference in New Issue
Block a user