Override GCC compile flags
Is it possible to override the runtime-detect flags in
make/configure/cmake to detect the architecture optimization level and
override it?
For example ./configure & make will detect a modern CPU with SSE for
example, I would like to override that and set: when gcc compiles an .cpp
file, it will always use -march=i586
Is this possible? Thanks!
No comments:
Post a Comment