1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-01 03:47:23 +03:00

fixed issue with certificate verification on firefox.

git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@153 9a5d90b5-6617-0410-8a86-bb477d3ed2e3
This commit is contained in:
cameronrich
2009-01-29 10:38:57 +00:00
parent 85e157927a
commit 86f2e470e0
4 changed files with 6 additions and 7 deletions

View File

@ -61,7 +61,7 @@ ifndef CONFIG_PLATFORM_WIN32
$(TARGET): $(OBJ) $(LIBS)/libaxtls.a
$(LD) $(LDFLAGS) -o $@ $(OBJ) -L$(LIBS) -laxtls
ifdef CONFIG_STRIP_UNWANTED_SECTIONS
strip --remove-section=.comment $(TARGET)
$(STRIP) --remove-section=.comment $(TARGET)
endif # use strip
else # Win32