mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 05:07:54 +00:00
46aec08b80
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
|