]> git.sesse.net Git - x264/blobdiff - configure
windows: Flag debug builds in the resource file
[x264] / configure
index 5b9f8af0b5bec87a0e1bfd5b3c11af9f2dfcd368..732b6c942e6a391b8f8d5db2d1f173e2627411da 100755 (executable)
--- 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