Conflicts: configure/os/CONFIG_SITE.Common.linuxCommon modules/libcom/src/log/iocLog.c modules/libcom/src/log/logClient.c modules/pvAccess modules/pvData modules/pvDatabase
15 lines
455 B
Plaintext
15 lines
455 B
Plaintext
# CONFIG_SITE.Common.linuxCommon
|
|
#
|
|
# Site-specific settings for all linux targets
|
|
|
|
|
|
# It makes sense to include debugging symbols even in optimized builds
|
|
# in case you want to attach gdb to the process or examine a core-dump.
|
|
# This does cost disk space, but not memory as debug symbols are not
|
|
# loaded into RAM when the binary is loaded.
|
|
OPT_CFLAGS_YES += -g
|
|
OPT_CXXFLAGS_YES += -g
|
|
|
|
COMMANDLINE_LIBRARY = READLINE
|
|
CODE_CPPFLAGS += -fno-strict-aliasing
|