Skip to content

Instantly share code, notes, and snippets.

@arlolra
Created January 10, 2012 19:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arlolra/1590800 to your computer and use it in GitHub Desktop.
Save arlolra/1590800 to your computer and use it in GitHub Desktop.
λ ../node/tools/gyp/gyp -f make --depth=. hello.gyp
λ V=1 make
cc -fasm-blocks -mpascal-strings -Os -gdwarf-2 -arch i386 -MMD -MF out/Default/.deps/out/Default/obj.target/hello/hello.o.d.raw -c -o out/Default/obj.target/hello/hello.o hello.c
./gyp-mac-tool flock out/Default/linker.lock g++ -arch i386 -Lout/Default -o "out/Default/hello" out/Default/obj.target/hello/hello.o
LINK(target) out/Default/hello: Finished
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment