Ignore:
Timestamp:
Jan 20, 2016, 1:53:17 PM (8 years ago)
Author:
Thierry Delisle <tdelisle@…>
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:
00ede9e
Parents:
08a40fd
Message:

pool alloc functional

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/examples/gc_no_raii/premake4.lua

    r08a40fd rd67a9a1  
    3434                targetdir "."
    3535                buildoptions (buildOptions)
     36                defines {       "bool=_Bool",
     37                                "\"true=((_Bool)(const signed int)1)\"",
     38                                "\"false=((_Bool)(const signed int)0)\"",
     39                                "_GNU_SOURCE"}
    3640                libdirs (libDirectories)
    3741                links (linkLibs)
     
    4145
    4246        configuration "debug"
    43                 defines { "DEBUG", "bool=_Bool" }
     47                defines { "DEBUG" }
    4448                flags { "Symbols" }
    4549
    4650        configuration "release"
    47                 defines { "NDEBUG", "bool=_Bool" }
     51                defines { "NDEBUG" }
    4852                flags { "Optimize" }
    4953
     
    5155                buildoptions ({"-E"})
    5256                linkoptions ({"-E"})
    53               defines { "DEBUG", "bool=_Bool" }
     57              defines { "DEBUG" }
    5458              flags { "Symbols" }
    5559
     
    5761                buildoptions ({"-E"})
    5862                linkoptions ({"-E"})
    59               defines { "DEBUG", "bool=_Bool" }
     63              defines { "DEBUG" }
    6064              flags { "Symbols" }
    6165
     
    6367                linkoptions ({"-E"})
    6468                files { "build/cproc-debug/*.o" }
    65               defines { "DEBUG", "bool=_Bool" }
     69              defines { "DEBUG" }
    6670              flags { "Symbols" }
    6771
     
    6973                linkoptions ({"-E"})
    7074                files { "build/cproc-debug/*.o" }
    71               defines { "DEBUG", "bool=_Bool" }
     75              defines { "DEBUG" }
    7276              flags { "Symbols" }
Note: See TracChangeset for help on using the changeset viewer.