optimizing libraries
This commit is contained in:
parent
07155801bb
commit
6f4e210296
BIN
lib/libta_lib.a
BIN
lib/libta_lib.a
Binary file not shown.
@ -1,35 +0,0 @@
|
|||||||
# libta_lib.la - a libtool library file
|
|
||||||
# Generated by ltmain.sh - GNU libtool 1.5.22 Debian 1.5.22-4 (1.1220.2.365 2005/12/18 22:14:06)
|
|
||||||
#
|
|
||||||
# Please DO NOT delete this file!
|
|
||||||
# It is necessary for linking the library.
|
|
||||||
|
|
||||||
# The name that we can dlopen(3).
|
|
||||||
dlname='libta_lib.so.0'
|
|
||||||
|
|
||||||
# Names of this library.
|
|
||||||
library_names='libta_lib.so.0.0.0 libta_lib.so.0 libta_lib.so'
|
|
||||||
|
|
||||||
# The name of the static archive.
|
|
||||||
old_library='libta_lib.a'
|
|
||||||
|
|
||||||
# Libraries that this one depends upon.
|
|
||||||
dependency_libs=' -lpthread -ldl'
|
|
||||||
|
|
||||||
# Version information for libta_lib.
|
|
||||||
current=0
|
|
||||||
age=0
|
|
||||||
revision=0
|
|
||||||
|
|
||||||
# Is this an already installed library?
|
|
||||||
installed=yes
|
|
||||||
|
|
||||||
# Should we warn about portability when linking against -modules?
|
|
||||||
shouldnotlink=no
|
|
||||||
|
|
||||||
# Files to dlopen/dlpreopen
|
|
||||||
dlopen=''
|
|
||||||
dlpreopen=''
|
|
||||||
|
|
||||||
# Directory that this library needs to be installed in:
|
|
||||||
libdir='/usr/local/lib'
|
|
@ -1 +0,0 @@
|
|||||||
libta_lib.so.0.0.0
|
|
@ -65,6 +65,7 @@ custom:
|
|||||||
slim: true
|
slim: true
|
||||||
invalidateCaches: true
|
invalidateCaches: true
|
||||||
dockerizePip: false
|
dockerizePip: false
|
||||||
|
fileName: requirements-aws.txt
|
||||||
noDeploy:
|
noDeploy:
|
||||||
- pytest
|
- pytest
|
||||||
- moto
|
- moto
|
||||||
@ -77,7 +78,11 @@ package:
|
|||||||
exclude:
|
exclude:
|
||||||
- test/**
|
- test/**
|
||||||
- node_modules/**
|
- node_modules/**
|
||||||
|
- doc/**
|
||||||
|
- scripts/**
|
||||||
|
- bin
|
||||||
|
- freqtrade/tests/**
|
||||||
|
|
||||||
############################################################################################
|
############################################################################################
|
||||||
# this section defines all lambda function and triggers
|
# this section defines all lambda function and triggers
|
||||||
############################################################################################
|
############################################################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user