noopt
authorDebian Julia Team <pkg-julia-devel@lists.alioth.debian.org>
Tue, 29 Jul 2014 10:30:03 +0000 (11:30 +0100)
committerSébastien Villemot <sebastien@debian.org>
Tue, 29 Jul 2014 10:30:03 +0000 (11:30 +0100)
Gbp-Pq: Name noopt.patch

Make.inc

index 154eec3d6803132773835985b00a7dc147fc118d..7b856d03a36b8e1eff3b326829e245cc72ba7546 100644 (file)
--- a/Make.inc
+++ b/Make.inc
@@ -38,7 +38,7 @@ ifeq ($(ARCH),mingw32)
 $(error "the mingw32 compiler you are using fails the openblas testsuite. please see the Julia README.windows.md document for a replacement")
 endif
 
-CFLAGS_add += -std=c99 -Wall -O3 -I$(OPENLIBM_HOME) -I$(OPENLIBM_HOME)/include -I$(OPENLIBM_HOME)/ld80 -I$(OPENLIBM_HOME)/$(ARCH) -I$(OPENLIBM_HOME)/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration
+CFLAGS_add += -std=c99 -Wall -I$(OPENLIBM_HOME) -I$(OPENLIBM_HOME)/include -I$(OPENLIBM_HOME)/ld80 -I$(OPENLIBM_HOME)/$(ARCH) -I$(OPENLIBM_HOME)/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration
 
 default: all