Newer
Older
Import / applications / MakePDF / Tests / exip-0.5.4 / build / gcc / pc / build-params.mk
@John Ryland John Ryland on 22 Dec 2020 509 bytes import NUC files
# Specify compiler to be used
COMPILER = gcc

# Specify ar tool to be used
ARCHIVER = ar

# Debug flags if any
DEBUGGING = -O0 -g #-fno-stack-protector

# Warning flags
WARNING = -Wpacked -Wall

# Add aditional CFLAGS if any 
ADDITIONAL_CFLAGS = 

# Whether to include the grammar generation module in the build
INCLUDE_GRAMMAR_GENERATION = true

# In case INCLUDE_GRAMMAR_GENERATION equals true; whether to
# support parsing of schema-mode EXI encoded XML Schemas
INCLUDE_SCHEMA_EXI_GRAMMAR_GENERATION = true