Menu

[ffdc69]: / build / __cmakebuild.sh  Maximize  Restore  History

Download this file

14 lines (11 with data), 215 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
#!/bin/sh
builddir=__build
rm -rf $builddir
mkdir $builddir
cd $builddir
cmake .. \
-DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_CXX_FLAGS="-O2" \
-DRE2C_BUILD_LIBS=yes \
&& cmake --build . -j$(nproc)
cd ..
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.