1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

ut: drop dependency on C++0x

This commit is contained in:
Stacey Sheldon 2012-12-18 01:51:07 -05:00 committed by Alessio Morale
parent b3178c3966
commit 67de4f0e0c

View File

@ -27,7 +27,7 @@
CPPFLAGS += -I$(GTEST_DIR)/include
# Flags passed to the C++ compiler.
CXXFLAGS += -g -Wall -Wextra -std=gnu++0x
CXXFLAGS += -g -Wall -Wextra
# Google Test needs the pthread library
LDFLAGS += -lpthread