Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
b5ebe06b
Commit
b5ebe06b
authored
Jul 03, 2012
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added debug flag
parent
043e0dc4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
mk_dual_build.sh
mk_dual_build.sh
+2
-2
No files found.
mk_dual_build.sh
View file @
b5ebe06b
...
...
@@ -15,12 +15,12 @@ topDir=$PWD
mkdir
clang_build
cd
clang_build
cmake ..
-DCMAKE_CXX_COMPILER
=
"
$1
"
-DCMAKE_CXX_FLAGS
=
"-stdlib=libc++ -pedantic -Wall -Wextra -Werror"
-DEXECUTABLE_OUTPUT_PATH
=
"
$topDir
/clang_bin/"
-DLIBRARY_OUTPUT_PATH
=
"
$topDir
/clang_lib"
cmake ..
-DCMAKE_CXX_COMPILER
=
"
$1
"
-DCMAKE_CXX_FLAGS
=
"-stdlib=libc++ -
DCPPA_DEBUG -
pedantic -Wall -Wextra -Werror"
-DEXECUTABLE_OUTPUT_PATH
=
"
$topDir
/clang_bin/"
-DLIBRARY_OUTPUT_PATH
=
"
$topDir
/clang_lib"
cd
..
mkdir
gcc_build
cd
gcc_build
cmake ..
-DCMAKE_CXX_COMPILER
=
"
$2
"
-DCMAKE_CXX_FLAGS
=
"-pedantic -Wall -Wextra -Werror"
-DEXECUTABLE_OUTPUT_PATH
=
"
$topDir
/gcc_bin/"
-DLIBRARY_OUTPUT_PATH
=
"
$topDir
/gcc_lib"
cmake ..
-DCMAKE_CXX_COMPILER
=
"
$2
"
-DCMAKE_CXX_FLAGS
=
"-
DCPPA_DEBUG -
pedantic -Wall -Wextra -Werror"
-DEXECUTABLE_OUTPUT_PATH
=
"
$topDir
/gcc_bin/"
-DLIBRARY_OUTPUT_PATH
=
"
$topDir
/gcc_lib"
cd
..
exec
>
Makefile
...
...
Write
Preview
Markdown
is supported
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