mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 06:07:00 +00:00
6 lines
240 B
Makefile
6 lines
240 B
Makefile
# ==========================================================================
|
|
# Build system
|
|
# ==========================================================================
|
|
|
|
CFLAGS += $(call cc-option,-march=i386 -mpreferred-stack-boundary=2,)
|