chiark / gitweb /
build system: provide configure option --enable-hacky-parallel
[secnet.git] / Makefile.in
index 630ff2d9ff02a8a7a116cb15632eea90fea8ffe7..e5ea84b013e9146131f97303963c1911f4ef5ac8 100644 (file)
@@ -31,9 +31,6 @@ CC:=@CC@
 INSTALL:=@INSTALL@
 INSTALL_PROGRAM:=@INSTALL_PROGRAM@
 
-# Use -DHACKY_PARALLEL if you are compiling secnet for an extremely
-# slow machine
-#CFLAGS:=-Wall @WRITESTRINGS@ @CFLAGS@ -DHACKY_PARALLEL
 CFLAGS:=-Wall @WRITESTRINGS@ @CFLAGS@ -Werror \
        -W -Wno-unused \
        -Wno-pointer-sign -Wstrict-prototypes -Wmissing-prototypes \