X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=Jamrules;h=dd0e406826211b951d4977c6644e47a43d345a90;hp=8657cc9ca0fb0dc16899c7030b36f80fa2997b8b;hb=219271fd548949abce8bd75c34dd42e519418fc4;hpb=1cc4363093c919f79eafac209bb5c41548d3f88f diff --git a/Jamrules b/Jamrules index 8657cc9..dd0e406 100644 --- a/Jamrules +++ b/Jamrules @@ -32,14 +32,14 @@ if ! $(PDCLIB_HAVE_PLATFORM) && ! $(PDCLIB_PLATFORM) { -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes ; PDCLIB_CCFLAGS = -ffreestanding - -nostdinc + #-nostdinc -std=c11 -g -D_PDCLIB_BUILD $(PDCLIB_WARNINGS) ; PDCLIB_C++FLAGS = -ffreestanding - -nostdinc + #-nostdinc -std=c++11 -g -D_PDCLIB_BUILD