mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
fixed zlibWrapper examples for lib/zstd.h
This commit is contained in:
parent
e4eadbb0f3
commit
613c706c96
1 changed files with 2 additions and 2 deletions
|
|
@ -17,8 +17,8 @@ endif
|
|||
|
||||
ZLIBWRAPPER_PATH = .
|
||||
EXAMPLE_PATH = examples
|
||||
CC = gcc
|
||||
CFLAGS = $(LOC) -I../lib/common -I$(ZLIBDIR) -I$(ZLIBWRAPPER_PATH) -O3 -std=gnu90
|
||||
CC ?= gcc
|
||||
CFLAGS = $(LOC) -I../lib -I../lib/common -I$(ZLIBDIR) -I$(ZLIBWRAPPER_PATH) -O3 -std=gnu90
|
||||
CFLAGS += -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef
|
||||
LDFLAGS = $(LOC)
|
||||
RM = rm -f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue