Skip to content

Commit

Permalink
jit hello world!
Browse files Browse the repository at this point in the history
  • Loading branch information
lvzixun committed Aug 16, 2014
1 parent 5c6e4af commit f8d7898
Show file tree
Hide file tree
Showing 18 changed files with 8,712 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -4,7 +4,7 @@ all : sproto.so
win : sproto.dll

sproto.so : sproto.c lsproto.c
gcc -g -Wall -fPIC --shared -o $@ $^
gcc -g -Wall -fPIC --shared -dynamiclib -Wl,-undefined,dynamic_lookup -o $@ $^

sproto.dll : sproto.c lsproto.c
gcc -O2 -Wall --shared -o $@ $^ -I/usr/local/include -L/usr/local/bin -llua52
Expand Down

0 comments on commit f8d7898

Please sign in to comment.