Michka Popoff b7b5fb930d superenv: Use 02 optimization flag for Linux builds
`-Os` produces sometimes bigger binaries on Linux.
Also, llvm built with `-Os` is really slow at runtime for Linux.

Using `-02` aligns us with what Debian does, and as we are compiling most of our stuff with gcc (and not clang), it makes sense to use `-02` on Linux.
`-Os` does probably slightly different things when used on mac with llvm, compared to when it is used with gcc on Linux.
2018-08-29 13:40:39 +02:00
..
2018-07-24 09:25:32 +01:00
2018-05-21 20:44:25 +02:00
2018-07-19 16:41:27 +02:00
2018-04-07 20:28:56 +01:00
2018-04-07 20:28:56 +01:00
2018-08-11 18:03:49 +02:00
2017-10-18 14:39:09 +02:00