Explicitly request inttypes formatting macros

Signed-off-by: Anestis Bechtsoudis <anestis@census-labs.com>
This commit is contained in:
Anestis Bechtsoudis 2020-04-28 18:24:46 +04:00
parent a8514caa7c
commit 168b2507dd
No known key found for this signature in database
GPG Key ID: D7248CD88CBAB8EE

View File

@ -21,7 +21,8 @@ DEP_CXX ?= g++
AR ?= ar
RANLIB ?= ranlib
STRIP ?= strip
CPPFLAGS += -std=gnu++17 -O2 -W -Wall -Werror -Wextra
CPPFLAGS += -std=gnu++17 -O2 -W -Wall -Werror -Wextra \
-D__STDC_FORMAT_MACROS -D__STDC_CONSTANT_MACROS
# libsparse
LIB_NAME = sparse