Browse Source

nasm debugging instructions

Source commit: 1eb59de30daf40268a0e73f6e6ddb4143ccf90b6
Martin Prikryl 2 weeks ago
parent
commit
dc9eb8f26b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libs/Makefile.inc

+ 1 - 0
libs/Makefile.inc

@@ -6,6 +6,7 @@ CFLAG_BASE = -O2
 # Debug
 # OpenSSL needs -O2, otherwise it won't link
 # CFLAG_BASE = -O0 -D_DEBUG -debug-info-kind=standalone
+# For nasm, add -g
 
 CFLAG_BASE = \
     -cc1 -nobuiltininc -nostdsysteminc -triple i686-pc-windows-omf -emit-obj -mrelocation-model static \