]> err.no Git - sope/blob - sope-appserver/NGObjWeb/DynamicElements/GNUmakefile.preamble
hotfix
[sope] / sope-appserver / NGObjWeb / DynamicElements / GNUmakefile.preamble
1 # compilation flags
2
3 ADDITIONAL_CPPFLAGS += -pipe 
4 # -DHTML_DEBUG=1
5 # -DPROFILE_CLUSTERS=1
6
7
8 # disable optimization for exception handlers
9 SaxDefaultHandler.m_FILE_FILTER_OUT_FLAGS = -O%
10 WOCompoundElement.m_FILE_FILTER_OUT_FLAGS = -O%
11 WOImage.m_FILE_FILTER_OUT_FLAGS           = -O%
12
13
14 ADDITIONAL_CPPFLAGS += -pipe -Wall -funsigned-char -O2
15 ADDITIONAL_CPPFLAGS += -DCOMPILING_NGOBJWEB=1
16
17 DynamicElements_INCLUDE_DIRS += \
18         -I.. -I. -I../..        \
19         -I../../../sope-core                    \
20         -I../../../sope-core/NGStreams          \
21         -I../../../sope-core/NGExtensions       \
22         -I../../../sope-mime                    \
23         -I../../../sope-xml