Is the changes to the makefile correct?
maybe is a mistake?

2018-06-07 11:04 GMT+02:00 Alastair Poole <nets...@gmail.com>:

> netstar pushed a commit to branch master.
>
> http://git.enlightenment.org/apps/evisum.git/commit/?id=
> 1f189a10b626efc8f2847f0177729d960438cba0
>
> commit 1f189a10b626efc8f2847f0177729d960438cba0
> Author: Alastair Poole <nets...@gmail.com>
> Date:   Thu Jun 7 10:04:29 2018 +0100
>
>     Add icon by Apostolos Bartziokas.
>
>     Thank you very much for this kind work!
> ---
>  AUTHORS         |   4 ++++
>  data/evisum.png | Bin 0 -> 59296 bytes
>  makefile        |   4 +++-
>  3 files changed, 7 insertions(+), 1 deletion(-)
>
> diff --git a/AUTHORS b/AUTHORS
> new file mode 100644
> index 0000000..2f10215
> --- /dev/null
> +++ b/AUTHORS
> @@ -0,0 +1,4 @@
> +Alastair Poole <nets...@gmail.com>
> +
> +Icon:
> +Apostolos Bartziokas <barz...@gmail.com>
> diff --git a/data/evisum.png b/data/evisum.png
> new file mode 100644
> index 0000000..4c9f1ac
> Binary files /dev/null and b/data/evisum.png differ
> diff --git a/makefile b/makefile
> index 845aac0..a74eb0e 100644
> --- a/makefile
> +++ b/makefile
> @@ -1,5 +1,7 @@
>  LIBS=
>
> +PREFIX= /usr/local
> +
>  OSNAME := $(shell uname -s)
>
>  ifeq ($(OSNAME), OpenBSD)
> @@ -7,7 +9,7 @@ ifeq ($(OSNAME), OpenBSD)
>         LDFLAGS += -I/usr/local/include -L/usr/local/lib -L/usr/X11R6/lib
>  endif
>
> -export CFLAGS = -g -ggdb3 -O
> +export CFLAGS = -g3 -ggdb3 -O0
>
>  export PKGS = eina elementary
>
>
> --
>
>
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to