SSE, GCC, and other BMK options

BlitzMax Forums/BlitzMax Programming/SSE, GCC, and other BMK options

JoshK(Posted 2008) [#1]
How do I enable these weird/unsupported things? Every time I try adding -O3, -march anything, or any of the other stuff I have found references to, BMK just fails silently.


GaryV(Posted 2008) [#2]
Does BMK's compiler even support those options?


Otus(Posted 2008) [#3]
If you are talking about options for GCC or the linker, there are environmental variables for that. BMK_CC_OPTS and BMK_LD_OPTS.


JoshK(Posted 2008) [#4]
Where is this stuff documented?

http://www.google.com/search?hl=en&q=BMK_CC_OPTS

http://www.google.com/search?hl=en&q=BMK_LD_OPTS


Otus(Posted 2008) [#5]
I don't know if it is. I just noted it when studying BMK sources (for pre-processing).