Explorar el Código

Fix debug information.

Andrew Savchenko hace 9 años
padre
commit
939276d861
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      tof_resolution/Makefile

+ 2 - 2
tof_resolution/Makefile

@@ -1,8 +1,8 @@
 # defaults
 ifndef DEBUG
-CXXFLAGS ?= -O3 -march=native -fomit-frame-pointer -pipe -DDEBUG
+CXXFLAGS ?= -O3 -march=native -fomit-frame-pointer -pipe
 else
-CXXFLAGS += -ggdb3
+CXXFLAGS += -ggdb3 -DDEBUG
 endif
 #LDFLAGS ?= -Wl,-O1
 LDFLAGS ?= -Wl,-O1 -Wl,--as-needed