From 0cbb321801c2377c23434cf2a6048c3da9169d6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Pinkava?= Date: Fri, 3 Oct 2014 16:19:02 +0200 Subject: [PATCH] SHIT: -O2 --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index f6ff0fc..d71be02 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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