Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TPF
jacktrip
Commits
f95021fd
Commit
f95021fd
authored
Dec 29, 2008
by
jcacerec
Browse files
modify to release compilation mode
parent
6f9a00d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/m.linux
View file @
f95021fd
...
...
@@ -19,7 +19,7 @@ echo "qmake .pro built."
#Create Makefile
$QCMD
-makefile
-unix
-o
Makefile
\
"CONFIG += qt
debug thread warn_on
"
\
"CONFIG += qt
release thread
"
\
"QMAKE_CXXFLAGS+=-g -O2"
\
"QT -= gui"
\
"QT += network"
\
...
...
src/m.osx
View file @
f95021fd
...
...
@@ -24,7 +24,7 @@ echo "qmake .pro built."
#Create Makefile
qmake
-makefile
-o
Makefile
\
"CONFIG += qt
debug
thread"
\
"CONFIG += qt
release
thread"
\
"CONFIG -= app_bundle"
\
"QT -= gui"
\
"QT += network"
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment