mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-18 13:49:32 +08:00
5 lines
160 B
Plaintext
5 lines
160 B
Plaintext
|
# We don't want to use debugging information on DOS. Unfortunately,
|
||
|
# this requires that we set CFLAGS.
|
||
|
# This used to set -fno-omit-frame-pointer.
|
||
|
CFLAGS=-O2
|