This website works better with JavaScript
Home
Explore
Help
Sign In
c
/
raysan5.raylib
mirror of
https://github.com/raysan5/raylib.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Update Makefile
Ray
2 years ago
parent
7ac2b4a226
commit
3d64598e11
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
examples/Makefile
+ 1
- 1
examples/Makefile
View File
@@ -210,7 +210,7 @@ else
CFLAGS += -Os
CFLAGS += -Os
endif
endif
else
else
- CFLAGS += -
s -
O2
+ CFLAGS += -O2
endif
endif
endif
endif