Skip to content

Commit

Permalink
fixed debug-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
leto_i committed Jun 9, 2007
1 parent b06bcbb commit e37040c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SpeedKernel.pro
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ TEMPLATE = lib
TARGET +=
DEPENDPATH += .
INCLUDEPATH += .
CONFIG += staticlib debug
CONFIG += staticlib
#DEFINES += UNICODE
unix {
debug {
QMAKE_CFLAGS_DEBUG = -O0 -g3
QMAKE_CXXFLAGS_DEBUG = -O0 -g3
}
}

Expand Down

0 comments on commit e37040c

Please sign in to comment.