Skip to content
Snippets Groups Projects
Commit d02f0e4e authored by gback's avatar gback
Browse files

disabled SSE and builtin memset

parent 03b5b02d
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ endif
# Compiler and assembler invocation.
DEFINES =
WARNINGS = -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wsystem-headers
CFLAGS = -g -O2 -fno-omit-frame-pointer -msoft-float -std=gnu11
CFLAGS = -g -O2 -fno-omit-frame-pointer -msoft-float -std=gnu11 -mno-sse -fno-builtin-memset
CPPFLAGS = -nostdinc -I$(SRCDIR) -I$(SRCDIR)/lib
ASFLAGS = -Wa,--gstabs
LDFLAGS =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment