In a GNU makefile, it is possible to use filter-out to remove a flag from CFLAG like this : CFLAGS:=$(filter-out -flag,$(CFLAGS)) However, ...
確定! 回上一頁