Skip to content

Commit 0aee5f3

Browse files
committed
Reduce code optimisation for compatibility with gcc 13
1 parent 3b0ef55 commit 0aee5f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.skel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ COMPILE = $(CC) -std=gnu99 -Wall -g `pkg-config --cflags libxml-2.0` `gsl-config
4545
LIBS = $(LINK_FFTW) `pkg-config --libs libxml-2.0` `gsl-config --libs` $(LINK_READLINE) -lz -lpng $(LINK_KPATHSEA) -lm
4646
LINK = $(CC) -std=gnu99 -Wall -g
4747

48-
OPTIMISATION = -O1
48+
OPTIMISATION = -O0
4949

5050
DEBUG = -D DEBUG=1 -D MEMDEBUG1=1 -D MEMDEBUG2=0
5151
NODEBUG = -D DEBUG=0 -D MEMDEBUG1=0 -D MEMDEBUG2=0

0 commit comments

Comments
 (0)