Apply @marning suggested SSE auto-detect to make builds easier on non-x86 platforms: aa2fd044cb

This commit is contained in:
Adam Ierymenko 2015-06-01 19:43:06 -07:00
commit a9a390a930
5 changed files with 12 additions and 45 deletions

View file

@ -31,9 +31,6 @@ ifeq ($(ZT_ENABLE_NETWORK_CONTROLLER),1)
OBJS+=controller/SqliteNetworkController.o
endif
# Enable SSE-optimized Salsa20 -- all Intel macs support SSE2
DEFS+=-DZT_SALSA20_SSE
# Debug mode -- dump trace output, build binary with -g
ifeq ($(ZT_DEBUG),1)
DEFS+=-DZT_TRACE