Commit d43e0b8c authored by Jason Madden's avatar Jason Madden

Drop -flto

ccache saves us time on compiling, but not linking. The difference is unlikely to be significant for test purposes.
parent 699a2143
......@@ -12,7 +12,7 @@ env:
- CCACHE_NOCPP2=true
- CCACHE_SLOPPINESS=file_macro,time_macros,include_file_ctime,include_file_mtime
- CCACHE_NOHASHDIR=true
- CFLAGS="-Ofast -pipe -fomit-frame-pointer -march=native -flto"
- CFLAGS="-Ofast -pipe -fomit-frame-pointer -march=native"
matrix:
# These are ordered to get as much diversity in the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment