aboutsummaryrefslogtreecommitdiff
path: root/opengl/Makefile.config
diff options
context:
space:
mode:
Diffstat (limited to 'opengl/Makefile.config')
-rw-r--r--opengl/Makefile.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/opengl/Makefile.config b/opengl/Makefile.config
index 7fab2d9..b1d7b6f 100644
--- a/opengl/Makefile.config
+++ b/opengl/Makefile.config
@@ -7,7 +7,7 @@ PDP_OGL_DIR = ../include
CFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer -ffast-math \
- -Wall -W -Wstrict-prototypes -Werror \
+ -Wall -W -Wstrict-prototypes \
-Wno-unused -Wno-parentheses -Wno-switch -g -I../../../../pd/src
@@ -23,7 +23,7 @@ ifeq ($(UNAME),Darwin)
TARGET = darwin
CPPFLAGS += -I/sw/include
PD_EXECUTABLE=../../../pd/bin/pd
- LDFLAGS = -lGL -lGLU -lglut -lX11 -L/sw/lib -L/usr/X11R6/lib
+ LDFLAGS = -lgsl -lGL -lGLU -lglut -lX11 -L/sw/lib -L/usr/X11R6/lib
endif