debugging - How to make GCC binaries in release mode? -


while installing latest gcc7 trunk standard ./configure, make, make install found out gcc binaries (as expected) in debug mode (with debug information).

how can configure , make in release mode (i.e. make binaries -o3)? corresponding option ./configure?


Comments

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -