• Ozan Tezcan's avatar
    Pass -flto flag to the linker (#11350) · b08ebff3
    Ozan Tezcan authored
    Currently, we add -flto to the compile flags only. We are supposed
    to add it to the linker flags as well. Clang build fails because of this.
    
    Added a change to add -flto to REDIS_CFLAGS and REDIS_LDFLAGS
    if the build optimization flag is -O3. (noopt build will not use -flto)
    b08ebff3
t_zset.c 145 KB