X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=configure;h=732b6c942e6a391b8f8d5db2d1f173e2627411da;hb=deae1b1001d134f5babc4fad3208bd951a454951;hp=5b9f8af0b5bec87a0e1bfd5b3c11af9f2dfcd368;hpb=0082b717199bafb4abbb6638e7c30d50deaf2c1b;p=x264 diff --git a/configure b/configure index 5b9f8af0..732b6c94 100755 --- a/configure +++ b/configure @@ -1171,6 +1171,7 @@ fi if [ "$debug" = "yes" ]; then CFLAGS="-O1 -g $CFLAGS" + RCFLAGS="$RCFLAGS -DDEBUG" else CFLAGS="-O3 -ffast-math $CFLAGS" fi