#./configure --enable-profile --enable-tools --enable-experimental --enable-optimize [lots of expected output] #make [skip some directory recursion] g++ -DHAVE_CONFIG_H -I. -I../../src -pg -O2 -DENABLE_ASSERT -O2 -ffast-math -fomit-frame-pointer -pg -DCXXLUA -MT Level.o -MD -MP -MF .deps/Level.Tpo -c -o Level.o Level.cpp g++: -pg and -fomit-frame-pointer are incompatible [make errors out]
shouldn't the configure script see that error coming when mixing --enable-profile and --enable-optimize and throw an error, or omit that particular optimization, or something?
_______________________________________________ Enigma-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/enigma-devel
