![]() We have also removed ubsan flags from CPPFLAGS - since these are compile flags, not preprocessing flags. To pass the flags to rktio, we split the use of CFLAGS and CPPFLAGS in rktio and ensure that flags in rktio do not update flags if make is called in sub-make form (in a standard racket build, the rktio make is called as a sub-make from the main racket make). Fixes #2984 * Avoid export on variables in Makefiles Instead pass the variables explicitly to the make call. * Fix variable syntax * Double quote variables * Put ubsan back in CPPFLAGS * Remove conditional assignment This is not necessary if passing variables straight into sub-make |
||
---|---|---|
.. | ||
collects | ||
src | ||
.gitignore |