Is It Possible To Use More Than One Version Of GCC ?
Problem is some of programs can't be compiled with optimizations enabled. Is there anyway to use two versions of GCC in one system (5.1.0 & < 5.0.0) and switch as per my like ? like we do in python ?