Skip to content

Commit

Permalink
Removed platform-specific build flags
Browse files Browse the repository at this point in the history
-msse2 is not needed for this project anyway
Reference: PR #7
  • Loading branch information
gildor2 committed Nov 13, 2019
1 parent dd2b4d1 commit 8fafee1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Test/test.project
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ EXEDIR = $R/obj/bin
!endif

LIBC = shared
OPTIONS = -msse2 # enable SSE instructions
OPTIONS += -fno-strict-aliasing # required for our uint_cast()-based FP hacks
OPTIONS += -fno-stack-protector # this will remove GLIBC_2.4 dependency
!endif
Expand Down

0 comments on commit 8fafee1

Please sign in to comment.