Changeset d48a9a7
- Timestamp:
- May 10, 2016, 11:14:38 AM (9 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 9421588a
- Parents:
- eb4f201
- Location:
- src/examples/gc_no_raii
- Files:
-
- 1 added
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
src/examples/gc_no_raii/premake4.lua
reb4f201 rd48a9a7 20 20 21 21 -- Build Options: 22 buildOptions = {"\n CC = cfa\n CXX = cfa"} 22 buildOptions = { 23 "-g", 24 "-DTEST_FILE=${test}", 25 "\n test = gctest", 26 "\n CC = cfa\n CXX = cfa", } 23 27 24 28 solution "GC-no-RAII"
Note: See TracChangeset
for help on using the changeset viewer.