mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 06:07:00 +00:00
1db39b2f51
Fix build proble on x86_64
6 lines
223 B
Makefile
6 lines
223 B
Makefile
# ==========================================================================
|
|
# Build system
|
|
# ==========================================================================
|
|
|
|
CPPFLAGS += -march=i386 -mpreferred-stack-boundary=2
|