Skip to content

Commit

Permalink
uefi: Don't override _FORTIFY_SOURCE when building the EFI binary
Browse files Browse the repository at this point in the history
Fixes #631
  • Loading branch information
hughsie committed Aug 8, 2018
1 parent 69a5f35 commit 34ea74f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/uefi/efi/meson.build
Expand Up @@ -50,7 +50,6 @@ message('efi-includedir: "@0@"'.format(efi_incdir))
debugdir = join_paths (libdir, 'debug')
compile_args = ['-Og',
'-g3',
'-Wp,-D_FORTIFY_SOURCE=2',
'--param=ssp-buffer-size=4',
'-fexceptions',
'-Wall',
Expand Down

0 comments on commit 34ea74f

Please sign in to comment.