Skip to content

Commit

Permalink
Remove lto
Browse files Browse the repository at this point in the history
  • Loading branch information
gen2brain committed Oct 13, 2021
1 parent 5d14ac2 commit 6b172e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unarrc/unarrc_cgo.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ package unarrc
/*
#cgo !debug CFLAGS: -DNDEBUG
#cgo CFLAGS: -DHAVE_7Z -DHAVE_ZLIB -DHAVE_BZIP2 -D_7ZIP_PPMD_SUPPPORT
#cgo CFLAGS: -Iexternal/lzma -Iexternal/zlib -Iexternal/bzip2 -Iexternal/unarr -fomit-frame-pointer -flto
#cgo CFLAGS: -Iexternal/lzma -Iexternal/zlib -Iexternal/bzip2 -Iexternal/unarr -fomit-frame-pointer
*/
import "C"

0 comments on commit 6b172e5

Please sign in to comment.