Use gnu++11 standard when building pinger

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2019-01-24 05:37:19 +01:00
parent e7f24e144c
commit 39f06f3eef
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
CXX=gcc
LD=gcc
CXXFLAGS=`pkg-config uhd libosmodsp --cflags` -Wall -O3 -ffast-math -march=native -pipe -ggdb -pthread
CXXFLAGS=`pkg-config uhd libosmodsp --cflags` -Wall -O3 -ffast-math -march=native -pipe -ggdb -pthread -std=gnu++11
LDLIBS=`pkg-config uhd libosmodsp --libs` -ggdb -lstdc++ -pthread
pinger: pinger.o