]> git.droids-corp.org - protos/libecoli.git/commitdiff
XXX disable -O3
authorOlivier Matz <zer0@droids-corp.org>
Thu, 17 May 2018 17:43:57 +0000 (19:43 +0200)
committerOlivier Matz <zer0@droids-corp.org>
Thu, 17 May 2018 17:43:57 +0000 (19:43 +0200)
lib/Makefile

index b24e164a28c9e562dd7a8629818a7eaa2e596817..9c703128a55815e55c1c82708ff5f46589fe3062 100644 (file)
@@ -8,7 +8,7 @@ include $(ECOLI)/mk/ecoli-pre.mk
 O ?= build/
 
 # XXX -O0
-CFLAGS  = -g -O3 -Wall -Werror -W -Wextra -fPIC -Wmissing-prototypes
+CFLAGS  = -g -O0 -Wall -Werror -W -Wextra -fPIC -Wmissing-prototypes
 CFLAGS += -I.
 
 # XXX coverage