druc must be compiled with -O0 to avoid an unexplained bug.
This commit is contained in:
parent
9039a0619b
commit
b348d1a0f1
|
@ -8,6 +8,7 @@ drucompi.h drucring.c drucring.h drucutil.c drucutil.h vmcaract.c vmcaract.h \
|
|||
vmcasmld.c vmcasmld.h vmcerror.c vmcerror.h vmcmesur.c vmcmesur.h vmcrelat.c \
|
||||
vmcrelat.h vmctools.c vmctools.h vmcunify.c vmcunify.h
|
||||
|
||||
CFLAGS=-g -O0
|
||||
libVrd_la_LDFLAGS = -version-info @VRD_DLL_VERSION@
|
||||
|
||||
CLEANFILES = drucompi_l.c drucompi_y.h drucompi_y.c
|
||||
|
|
Loading…
Reference in New Issue