Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 222 Bytes

BUILD-duck.md

File metadata and controls

9 lines (6 loc) · 222 Bytes

To configure and build for duck target:

$ ./configure CFLAGS='-m32 -O2 -U_FORTIFY_SOURCE -fno-PIC' CXXFLAGS='-m32 -O2 -U_FORTIFY_SOURCE -fno-PIC' LDFLAGS=-m32 --disable-shared duck
$ make

Or run build.sh.