mirror of
https://github.com/nasa/trick.git
synced 2025-01-18 18:56:31 +00:00
-std=c++11 to data_products
This commit is contained in:
parent
389e2837fc
commit
86ef489617
@ -4,6 +4,8 @@
|
||||
|
||||
TRICK_HOME := $(abspath $(dir $(lastword $(MAKEFILE_LIST)))../..)
|
||||
|
||||
TRICK_CXXFLAGS += -std=c++11
|
||||
|
||||
include ${TRICK_HOME}/share/trick/makefiles/Makefile.common
|
||||
|
||||
LIB_DIR = lib_${TRICK_HOST_CPU}
|
||||
|
Loading…
Reference in New Issue
Block a user