X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=blobdiff_plain;f=Jamrules;h=dd0e406826211b951d4977c6644e47a43d345a90;hp=8657cc9ca0fb0dc16899c7030b36f80fa2997b8b;hb=10f020f1a39804bbef8cd1cf35ef7c9a8e75c7d6;hpb=f7a440b9c7bb0c686dc2368c4ff53b20bf6371f8 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