enable all warnings
This commit is contained in:
parent
14c0b2919f
commit
edef2a971a
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
||||
PROG= sndlock
|
||||
SRCS= imgui_impl_glfw.cpp imgui_impl_opengl3.cpp imgui_draw.cpp imgui_widgets.cpp imgui_tables.cpp imgui.cpp sndlock.cpp
|
||||
CXXOPTS= `pkg-config --cflags glfw3 gl`
|
||||
CXXOPTS= -Wall `pkg-config --cflags glfw3 gl`
|
||||
LDFLAGS= `pkg-config --libs glfw3 gl`
|
||||
LDADD= -lsndio -lm
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user