]> pd.if.org Git - pdclib/blobdiff - Jamrules
* Test cleanups: surround the code for all functions by #ifndef REGTEST
[pdclib] / Jamrules
index 8657cc9ca0fb0dc16899c7030b36f80fa2997b8b..dd0e406826211b951d4977c6644e47a43d345a90 100644 (file)
--- a/Jamrules
+++ b/Jamrules
@@ -32,14 +32,14 @@ if ! $(PDCLIB_HAVE_PLATFORM) && ! $(PDCLIB_PLATFORM) {
       -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes ;\r
     PDCLIB_CCFLAGS  = \r
       -ffreestanding \r
-      -nostdinc \r
+      #-nostdinc \r
       -std=c11 \r
       -g \r
       -D_PDCLIB_BUILD\r
       $(PDCLIB_WARNINGS) ;\r
     PDCLIB_C++FLAGS =\r
       -ffreestanding\r
-      -nostdinc\r
+      #-nostdinc\r
       -std=c++11\r
       -g\r
       -D_PDCLIB_BUILD\r