Brecht Sanders

Results 270 comments of Brecht Sanders

About `-Wl,--no-insert-timestamp`, if it doesn't work than maybe that's a GCC bug? About ccache: what's the difference with ccache 4.8.1 that I included? I did build it with hiredis support....

I'm not convinced the CFLAGS/CXXFLAGS/LDFLAGS from building gcc are intended to specify it's default build flags. What would be a good way to tell gcc to always use specific compiler...

I build thousands of projects from source, that would be a lot of work. What I really want to know if we can tell gcc to use certain flags by...

The ticket you refer to is 5 years old. Which winlibs release were you using?

I have not been able to build GCC nvptx offloading since 10.3.0. Unfortunately I never found enough time to deepdive into why exactly it won't build.

Thanks for the suggestion, I will consider it. Below is a list of files in the build of cppcheck 2.13.0. Which files should I include? Just `bin/cppcheck.exe`? ``` bin/cppcheck.exe share/Cppcheck/addons/__init__.py...

I included CTags in https://github.com/brechtsanders/winlibs_mingw/releases/tag/13.2.0posix-18.1.3-11.0.1-msvcrt-r7 Can you test if it works?

@YorkWaugh Thanks for the suggestion, I wasn't aware Ctags was legacy. I have updated my build and package scripts to use Universal Ctags from now on. One more question: should...

True, you should never mix GCC and CLang in the same build...

#108 already fixes `CMakeLists.txt` to use `EXPAT_INCLUDE_DIR` instead of `EXPAT_INCLUDE_DIRS`