X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=Makefile.base;h=bd411f2ca5d110e6623aba5419958c0a40ac12ec;hp=756e55c478001d252b6a9f4eb28d59195cf1db70;hb=989672f4f2b4b4b2b373271374e6546546091c10;hpb=92764e6252a3691033d6044b466bf716c96b62d5 diff --git a/Makefile.base b/Makefile.base index 756e55c..bd411f2 100644 --- a/Makefile.base +++ b/Makefile.base @@ -9,7 +9,7 @@ include input/Makefile fceu2: ${OBJECTS} ${MOBJS} ${MUOBJS} ${MUSOBJS} ${INPOBJS} ${OBJDRIVER} ${CC} -o fceu ${OBJECTS} ${MOBJS} ${MUOBJS} ${MUSOBJS} ${INPOBJS} ${OBJDRIVER} ${LDRIVER} -ifndef DEBUG +ifndef NOSTRIP $(STRIP) fceu endif