| commit | 4ad3588c0eedba8165e377da0ff8d331aa901b94 | [log] [tgz] |
|---|---|---|
| author | Rich Felker <dalias@aerifal.cx> | Fri Jun 20 16:10:48 2014 -0400 |
| committer | Rich Felker <dalias@aerifal.cx> | Fri Jun 20 16:10:48 2014 -0400 |
| tree | a456de2c55a8421e4bb0702eadadb7c6da364691 | |
| parent | fe82bb9b921be34370e6b71a1c6f062c20999ae0 [diff] |
remove optimization-inhibiting behavior from configure's --enable-debug this behavior turned out to be counter-intuitive to users and in any case it's unnecessary. optimization can be disabled explicitly using the --disable-optimize option, or both can be achieved without any enable/disable options by passing CFLAGS="-O0 -g".