mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
improvements to Lua binding
git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@108 9a5d90b5-6617-0410-8a86-bb477d3ed2e3
This commit is contained in:
@ -36,6 +36,9 @@ CONFIG_HOME=$(AXTLS_HOME)/config
|
||||
OBJ:=axTLSl_wrap.o
|
||||
include ../../config/makefile.post
|
||||
|
||||
# there are a few static functions that aren't used
|
||||
CFLAGS += -funit-at-a-time
|
||||
|
||||
# libaxtls has to be linked in as a single object for this (TODO: see if this is completely necessary)
|
||||
$(TARGET) : $(OBJ)
|
||||
$(LD) $(LDFLAGS) -L$(CONFIG_LUA_CORE)/lib $(LDSHARED) -o $@ $(OBJ) ../../$(STAGE)/libaxtls.a -llua
|
||||
|
Reference in New Issue
Block a user