Changeset 716 for trunk/software/rb/vision/makefile
- Timestamp:
- 03/03/10 04:04:50 (2 years ago)
- Files:
-
- 1 modified
-
trunk/software/rb/vision/makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/software/rb/vision/makefile
r713 r716 1 CFLAGS := -p -pg -g -Wall -Werror -Wno-unused - pedantic -fPIC --std=gnu99 -fgnu89-inline -O3 $(shell pkg-config --cflags opencv gsl glib-2.0 gobject-2.0)1 CFLAGS := -p -pg -g -Wall -Werror -Wno-unused -fPIC --std=gnu99 -fgnu89-inline -O3 $(shell pkg-config --cflags opencv gsl glib-2.0 gobject-2.0) 2 2 #CFLAGS := -p -pg -g -Wall -Werror -pedantic -fPIC -O3 $(shell pkg-config --cflags opencv gsl) 3 3 CPPFLAGS := -p -pg -g -Wall -Werror -Wno-unused -pedantic -fPIC -O3 $(shell pkg-config --cflags opencv gsl)

