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:
parent
b3178c3966
commit
67de4f0e0c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user