--file-alignment is MinGW specific
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4017 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
dd9ca8da98
commit
65a282745d
1 changed files with 0 additions and 1 deletions
|
@ -69,7 +69,6 @@ makensis_env.Append(CCFLAGS = '-O2') # optimize
|
|||
makensis_env.Append(CCFLAGS = '-Wall') # all warnings
|
||||
|
||||
makensis_env.Append(LINKFLAGS = '-s') # strip
|
||||
makensis_env.Append(LINKFLAGS = '$ALIGN_FLAG') # 512 bytes align
|
||||
|
||||
### plugin environment
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue