# this is a sample option file
# it's only read if you provide the

#     -zbuildrc

# command line option - otherwise it's
# ignored

# this is a comment line

# all options must be one per line; blank
# lines are ignored

# concatenate all cpp files in a module
# (faster compile but memory intensive)
-c

# the line below would set the top level
# KDE dir to /opt/kde3 if uncommented
# (note that the '-' is optional)

#k/opt/kde3

# command line options will override this
# file (you can edit the build.py script
# to change this behavior)

