mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-19 12:51:22 +01:00
346d84c900
git-svn-id: file:///srv/svn/repos/haiku/trunk/buildtools@9577 a95241bf-73f2-0310-859d-f6bbb57e9c96
15 lines
386 B
Plaintext
15 lines
386 B
Plaintext
# The shell may not be in /bin.
|
|
SHELL = sh
|
|
RANLIB = true
|
|
|
|
# We don't want debugging info in Interix-hosted toolchains.
|
|
# Accomplish this by overriding CFLAGS. This is also a workaround
|
|
# for LD crash when building shared libstdc++.
|
|
CFLAGS=-O2
|
|
CXXFLAGS=-O2
|
|
|
|
# We also need to override LIBGCC2_DEBUG_CFLAGS so libgcc2 will be
|
|
# built without debugging information
|
|
|
|
LIBGCC2_DEBUG_CFLAGS=
|