diff options
Diffstat (limited to 'tests/test7/Makefile')
-rw-r--r-- | tests/test7/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test7/Makefile b/tests/test7/Makefile index 04be49c..e5bcdcb 100644 --- a/tests/test7/Makefile +++ b/tests/test7/Makefile @@ -1,6 +1,7 @@ CC=gcc GTKBC=gtk-builder-convert -CFLAGS=-W -Wall -Werror -Wno-error=unused-parameter -g +#CFLAGS=-W -Wall -Werror -Wno-error=unused-parameter -g +CFLAGS=-W -Wall -Werror -Wno-unused-parameter -g LDFLAGS=-export-dynamic -Werror -g EXEC=test7 |