Hi All,

Is it possible to have make rebuild a target if its CXXFLAGS change?
For example:

    `make debug`   # CXXFLAGS = -D_GLIBCXX_DEBUG -DDEBUG=1 -g3 -ggdb -O0
    <user runs debug build>
    `make release`   #CXXFLAGS = -DNDEBUG=1 -g -O2
    <make: nothing to make>

Jeff

_______________________________________________
Help-make mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-make

Reply via email to