medfall

A super great game engine
Log | Files | Refs

xxhash.lua (143B)


      1 lib( "xxhash", { "libs/xxhash/xxhash" } )
      2 msvc_obj_cxxflags( "libs/xxhash/xxhash", "/O2" )
      3 gcc_obj_cxxflags( "libs/xxhash/xxhash", "-O3 -g0" )