Commit f67dbd6a authored by Ivan Tyagov's avatar Ivan Tyagov

Allow to set arbitrary extra compiler flags from outside (usefull for...

Allow to set arbitrary extra compiler flags from outside (usefull for supporting case when we need to disable x509 linking). Also by default do NOT link agains x509 / mbedtls.
parent 194fb652
CC=$(C_COMPILER)
CFLAGS= -I $(OPEN62541_SOURCE_HOME)
LDFLAGS= -L $(OPEN62541_HOME)/lib -lmbedcrypto -lmbedx509
LDFLAGS= -L $(OPEN62541_HOME)/lib
EXTRA_FLAGS=$(C_COMPILER_EXTRA_FLAGS)
OUT_DIR= $(BINARY_OUT_DIR)
server: server.c
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment