I got a configure script file that originally will create some
CFLAGS
when doing ./configure
. I am wondering how can we append some other CFLAGS
when doing ./configure
without changing the original CFLAGS
like:
./configure CFLAGS+="some flags"
Above is not the correct way to append so I am wondering what would be the best way to append.
Asked by Xiuyuan Guo
(1 rep)
Sep 30, 2021, 06:19 AM
Last activity: Mar 17, 2025, 05:50 PM
Last activity: Mar 17, 2025, 05:50 PM