Commit 0f30fe66 authored by Joanne Hugé's avatar Joanne Hugé

WIP: drop non-eCPRI packet

parent 3c425c36
......@@ -6,8 +6,8 @@ CXX=g++ -m64 -mavx2
CFLAGS=-fno-strict-aliasing -Wall -pedantic -std=gnu17
CFLAGS +=-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
CFLAGS +=-DALLOW_EXPERIMENTAL_API
#CFLAGS +=-Og -g -MMD
CFLAGS +=-O3 -MMD
CFLAGS +=-Og -g -MMD
#CFLAGS +=-O3 -MMD
#CFLAGS += -fsanitize=thread
#LDFLAGS = -fsanitize=thread
CXXFLAGS=$(CFLAGS)
......
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