Yes, I am aware of that feature of gcc. What I really want to do is
remove the other flags. Currently, the gcc command looks like:
gcc -fno-strict-aliasing -march=native -pipe -fwrapv -DNDEBUG -g -fwrapv
-O3 -Wall -Wstrict-prototypes -fPIC
-I/home/punarbasu/Installations/sage-5.2.trac/local/include/python2.7 -c
code_functions.c -o build/temp.linux-x86_64-2.7/code_functions.o
I want this to be reduced to
gcc -O0 -I....(rest of the command)
The main reason for doing so is that I am trying to track a bug, but
want to check everything without optimization and other flags first.
> --
> You received this message because you are subscribed to the Google
> Groups "sage-support" group.
> To post to this group, send email to
sage-s...@googlegroups.com.
> To unsubscribe from this group, send email to
>
sage-support...@googlegroups.com.
> Visit this group at
http://groups.google.com/group/sage-support?hl=en.
>
>