mirror of
https://github.com/nasa/trick.git
synced 2025-02-10 12:41:21 +00:00
Initial checkin of STL checkpointing. This checkin only covers the sequential STLs, vector, list, deque, set, and multiset. This checkin does include the changes in Trick header files to include/exclude our STLs properly to make a restartable checkpoint. refs #206
6 lines
88 B
Makefile
6 lines
88 B
Makefile
|
|
TRICK_CFLAGS += -I./models
|
|
TRICK_CXXFLAGS += -I./models
|
|
|
|
#TRICK_CXXFLAGS += -std=c++11
|