mirror of
https://github.com/brmlab/osmo-tetra.git
synced 2025-06-08 09:54:09 +02:00
SHIT: -O2
This commit is contained in:
parent
fb9381ed2a
commit
0cbb321801
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
CFLAGS=-g -O0 -Wall `pkg-config --cflags libosmocore 2> /dev/null` -I.
|
||||
CFLAGS=-g -O2 -Wall `pkg-config --cflags libosmocore 2> /dev/null` -I.
|
||||
LDLIBS=`pkg-config --libs libosmocore 2> /dev/null` -losmocore
|
||||
|
||||
all: conv_enc_test crc_test tetra-rx float_to_bits tunctl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue