Extract OPTIMIZATION_FLAGS
-pipe tells gcc to use pipes instead of temporary files, which in general leads to faster compile time, making it a kind of an optimization flag
Showing
Please register or sign in to comment
-pipe tells gcc to use pipes instead of temporary files, which in general leads to faster compile time, making it a kind of an optimization flag