So there was another update, and I did option 1 and it found two changed files:
Then I did an option 2: "Build from where it last left off." And it goes through all the make/build process and finds two items to compile:
Then it links and comes up with the executable.
Are you saying that because I didn't build from "scratch" these updates are not really in the executable?
Code:
From https://github.com/classilla/tenfourfox
* branch master -> FETCH_HEAD
d43821e1f..b1c0b3e0c master -> origin/master
Updating d43821e1f..b1c0b3e0c
Fast-forward
...l_dec.c | 107 +++---
...utils.c | 20 +-
2 files changed, 71 insertions(+), 56 deletions(-)
Then I did an option 2: "Build from where it last left off." And it goes through all the make/build process and finds two items to compile:
Code:
vp8l_dec.o
cc1: warning: command line option '-fvisibility-inlines-hidden' is valid for C++/ObjC++ but not for C [enabled by default]
cc1: warning: '-mdynamic-no-pic' overrides '-fpic', '-fPIC', '-fpie' or '-fPIE' [enabled by default]
huffman_utils.o
cc1: warning: command line option '-fvisibility-inlines-hidden' is valid for C++/ObjC++ but not for C [enabled by default]
cc1: warning: '-mdynamic-no-pic' overrides '-fpic', '-fPIC', '-fpie' or '-fPIE' [enabled by default]
libmozwebp.a.desc
Then it links and comes up with the executable.
Are you saying that because I didn't build from "scratch" these updates are not really in the executable?