diff options
author | oci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-12-14 16:23:03 +0000 |
---|---|---|
committer | oci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-12-14 16:23:03 +0000 |
commit | 0ebd8c24686e652c7b93ff7dded85b08111ae161 (patch) | |
tree | 157195d8b15d6a479cf26456e92d472c43e5c498 /include | |
parent | 91608744717a7fe4d37f872e3441fac432af2edb (diff) | |
download | ATCD-0ebd8c24686e652c7b93ff7dded85b08111ae161.tar.gz |
ChangeLogTag: Thu Dec 14 10:20:49 2000 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/platform_lynxos.GNU | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/makeinclude/platform_lynxos.GNU b/include/makeinclude/platform_lynxos.GNU index 95d1898c304..20bfb86d622 100644 --- a/include/makeinclude/platform_lynxos.GNU +++ b/include/makeinclude/platform_lynxos.GNU @@ -16,7 +16,9 @@ #### can be overridden for your particular platform. -debug = 1 +ifeq ($(debug),) + debug = 1 +endif shared_libs = static_libs = 1 #### optimize is defined below because it is version-dependent. |