mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-19 12:51:22 +01: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
|