Switched to full C++11 feature set

This commit is contained in:
Anton Matosov
2015-01-06 00:54:17 +02:00
parent fbf51360b3
commit 9767dd6c30
+1 -1
View File
@@ -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.