You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
582 B

Index: src/makefile
--- src/makefile.orig 2021-01-30 17:20:06.000000000 +0100
+++ src/makefile 2021-02-06 09:30:25.803605000 +0100
@@ -8,7 +8,7 @@
#CC ?= clang++
# Added -std=c++11 because of auto_ptr to unique_ptr transition
-CXXFLAGS := -Wall -O2 -DNDEBUG -std=c++11 -fPIC -D_FILE_OFFSET_BITS=64 $(CXXFLAGS)
+CXXFLAGS := -O2 -DNDEBUG -std=c++11 -fPIC -D_FILE_OFFSET_BITS=64 $(CXXFLAGS)
SOURCES=arg_parser.o stringtools.o cmdlineoptions.o main.o platform_fs.o\
codegenerator.o htmlgenerator.o pangogenerator.o texgenerator.o latexgenerator.o rtfgenerator.o svggenerator.o\