mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-21 21:55:34 +08:00
Switched to full C++11 feature set
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
|
||||
CC=g++
|
||||
CFLAGS=-I. -I../src/modules -I ../src/include -I../src/drivers \
|
||||
-I../src -I../src/lib -D__EXPORT="" -Dnullptr="0" -lm -std=c++0x
|
||||
-I../src -I../src/lib -D__EXPORT="" -Dnullptr="0" -lm -std=c++11
|
||||
|
||||
# Points to the root of Google Test, relative to where this file is.
|
||||
# Remember to tweak this if you move this file.
|
||||
|
||||
Reference in New Issue
Block a user