Skip to content

Commit

Permalink
Added compile command to cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
mkiael committed Feb 3, 2017
1 parent 7bf6bd1 commit 2f59766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/build_dbg.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cd ${TRIANGULUM_HOME}/server && mkdir -p build && cd build
cmake .. -DCMAKE_BUILD_TYPE:String=Debug -DBOX2D_INSTALL=0 -DBOX2D_BUILD_EXAMPLES=0 -DENTITYX_BUILD_TESTING=0 -DENTITYX_BUILD_SHARED=0
cmake .. -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -DCMAKE_BUILD_TYPE:String=Debug -DBOX2D_INSTALL=0 -DBOX2D_BUILD_EXAMPLES=0 -DENTITYX_BUILD_TESTING=0 -DENTITYX_BUILD_SHARED=0
make

0 comments on commit 2f59766

Please sign in to comment.