Changeset 296 for trunk/SConstruct
- Timestamp:
- 11/15/16 12:27:16 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SConstruct
r292 r296 9 9 # Package Maintainers: should any of these options in the first line be omitted during 10 10 # package build, instead relying on CFLAGS/LDFLAGS to specify them when appropriate? 11 cflags = '-std=gnu99 -pedantic -Wall - D_FILE_OFFSET_BITS=64 -fvisibility=hidden'11 cflags = '-std=gnu99 -pedantic -Wall -Werror=format-security -D_FILE_OFFSET_BITS=64 -fvisibility=hidden' 12 12 cflags += ' -DREGFI_VERSION=\'"%s"\' ' % REGFI_VERSION 13 13 cflags += os.environ.get('CFLAGS','-fPIE -pie -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2')
Note: See TracChangeset
for help on using the changeset viewer.