Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
Fmsx
Commits
7c0c7333
Commit
7c0c7333
authored
Jul 03, 2017
by
Libretro-Admin
Browse files
Don't include -lpthread
parent
1c62bdb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
EMULib/Rules.gcc
View file @
7c0c7333
...
...
@@ -12,9 +12,9 @@ CC = gcc
CPP = cpp
MOC = moc
SDT2GAS = perl $(EMULIB)/Tools/sdt2gas.pl
CFLAGS =
-O2 -pthread
-I. -I.. -I$(EMULIB)
CFLAGS = -I. -I.. -I$(EMULIB)
DEFINES = -DZLIB
LIBS = -lz
-lpthread
LIBS = -lz
# EMULib sound, console, and other utility functions
OBJECTS = $(EMULIB)/EMULib.o $(EMULIB)/Sound.o \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment