CJ125 unit-tests coverage #617
This commit is contained in:
parent
d76e3f962b
commit
5971404698
|
@ -24,7 +24,7 @@ endif
|
|||
|
||||
# C++ specific options here (added to USE_OPT).
|
||||
ifeq ($(USE_CPPOPT),)
|
||||
USE_CPPOPT = -fno-rtti
|
||||
USE_CPPOPT = -std=c++11 -fno-rtti
|
||||
endif
|
||||
|
||||
# Enable this if you want the linker to remove unused code and data.
|
||||
|
|
Loading…
Reference in New Issue