mirror of
https://github.com/facebook/zstd.git
synced 2025-03-07 09:26:03 +02:00
gen_html: changed CFLAGS for CXXFLAGS
since it's associated with $(CXX)
This commit is contained in:
parent
0379d83951
commit
e916b9090e
@ -7,10 +7,10 @@
|
|||||||
# in the COPYING file in the root directory of this source tree).
|
# in the COPYING file in the root directory of this source tree).
|
||||||
# ################################################################
|
# ################################################################
|
||||||
|
|
||||||
CFLAGS ?= -O3
|
CXXFLAGS ?= -O3
|
||||||
CFLAGS += -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wno-comment
|
CXXFLAGS += -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wno-comment
|
||||||
CFLAGS += $(MOREFLAGS)
|
CXXFLAGS += $(MOREFLAGS)
|
||||||
FLAGS = $(CPPFLAGS) $(CFLAGS) $(CXXFLAGS) $(LDFLAGS)
|
FLAGS = $(CPPFLAGS) $(CXXFLAGS) $(CXXFLAGS) $(LDFLAGS)
|
||||||
|
|
||||||
ZSTDAPI = ../../lib/zstd.h
|
ZSTDAPI = ../../lib/zstd.h
|
||||||
ZSTDMANUAL = ../../doc/zstd_manual.html
|
ZSTDMANUAL = ../../doc/zstd_manual.html
|
||||||
|
Loading…
x
Reference in New Issue
Block a user