Commit dd9aea80 authored by Léo-Paul Géneau's avatar Léo-Paul Géneau 👾

Remove extra flags

See merge request !54
parents c88bf398 87d511ba
CFLAGS= -I $(OPEN62541_SOURCE_HOME) -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-unused-parameter $(C_COMPILER_EXTRA_FLAGS)
LDFLAGS= -L $(OPEN62541_HOME)/lib
CFLAGS=-std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-unused-parameter
LDLIBS=-lopen62541
OUT_DIR= bin
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