diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-17 00:19:09 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-17 00:19:09 +0000 |
commit | 36c4f7411db3007279cf14a1749bd08a81028873 (patch) | |
tree | f5a5ceab4e4b1c47099c70f119d7119e3663f846 /include/makeinclude/wrapper_macros.GNU | |
parent | 6614e82b2e53c21c152c1e540e839fa076db1e9a (diff) | |
download | ATCD-36c4f7411db3007279cf14a1749bd08a81028873.tar.gz |
*** empty log message ***
Diffstat (limited to 'include/makeinclude/wrapper_macros.GNU')
-rw-r--r-- | include/makeinclude/wrapper_macros.GNU | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/wrapper_macros.GNU b/include/makeinclude/wrapper_macros.GNU index 64318cf930a..1b3712b0f94 100644 --- a/include/makeinclude/wrapper_macros.GNU +++ b/include/makeinclude/wrapper_macros.GNU @@ -220,7 +220,7 @@ endif # debug ifeq ($(debug),) CFLAGS += -DACE_NDEBUG - CCFLAGS += -DACE_NDEBUG +## CCFLAGS += -DACE_NDEBUG else CFLAGS += $(DCFLAGS) CCFLAGS += $(DCCFLAGS) |