Skip to content

Commit

Permalink
* Add mno-sse and mno-sse2 to makefile CXXFLAGS.
Browse files Browse the repository at this point in the history
This should allow compilation without SSE/SSE2. This only affects DiscordMessenger, it does not affect OpenSSL but v1.07 will come with different OpenSSL DLLs which don't have SSE/SSE2 instructions
  • Loading branch information
iProgramMC committed Sep 10, 2024
1 parent 7172a18 commit 9bdec8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ CXXFLAGS = \
$(DEFINES) \
-MMD \
-std=c++11 \
-mno-sse \
-mno-sse2 \
$(UNICODE_DEF) \
$(DEBUG_DEF)

Expand Down

0 comments on commit 9bdec8c

Please sign in to comment.