Closed cryptozeny closed 5 years ago
changes:
ADD: add Yespower PATH to global CFLAGS https://www.gnu.org/software/make/manual/html_node/Implicit-Variables.html CFLAGS = Extra flags to give to the C compiler.
CFLAGS = Extra flags to give to the C compiler.
ADD: add --disable-share flag to WINDOWS build https://gcc.gnu.org/install/configure.html Use --disable-shared to build only static libraries.
--disable-share
Use --disable-shared to build only static libraries.
REMOVE: disable functional python test test/functional/test_runner.py - not yet ready
test/functional/test_runner.py
CLEANUP: cleanup env.matrix
see diff https://github.com/cryptozeny/sugarchain-v0.16.3/compare/c877d08...8318a9b
CFLAGS for the C compiler, CXXFLAGS for C++, and CPPFLAGS for both.
CFLAGS
C
CXXFLAGS
C++
CPPFLAGS
https://stackoverflow.com/questions/5541946/cflags-ccflags-cxxflags-what-exactly-do-these-variables-control
Introduce TRAVIS-CI
changes:
ADD: add Yespower PATH to global CFLAGS https://www.gnu.org/software/make/manual/html_node/Implicit-Variables.html
CFLAGS = Extra flags to give to the C compiler.
ADD: add
--disable-share
flag to WINDOWS build https://gcc.gnu.org/install/configure.htmlUse --disable-shared to build only static libraries.
REMOVE: disable functional python test
test/functional/test_runner.py
- not yet readyCLEANUP: cleanup env.matrix