Hi everyone,
there is one interesting line in build.sh script :
[ -f cmake_opts ] && source cmake_opts
it allows you to override the default build and run options,,
everybody should create it's own cmake_opts file ( DO NOT COMMIT IT !! ;)
mine is like this :
#! /bin/bash
CMAKE_OPTIONS="
-DCMAKE_COLOR_MAKEFILE=1 \
-DWANT_DEBUG=1 \
-DWANT_JACK=1 \
-DWANT_ALSA=1 \
-DWANT_LIBARCHIVE=1 \
-DWANT_RUBBERBAND=1 \
-DWANT_OSS=1 \
-DWANT_PORTAUDIO=1 \
-DWANT_PORTMIDI=1 \
-DWANT_LASH=1 \
-DWANT_LRDF=1 \
-DWANT_COREAUDIO=0 \
-DWANT_COREMIDI=0
"
H2FLAGS="-V0x07" # Info Warning Error
#H2FLAGS="-V0x0f" # + Debug
#H2FLAGS="-V0x1f" # + Constructors
best regards
Jérémy
------------------------------------------------------------------------------
10 Tips for Better Web Security
Learn 10 ways to better secure your business today. Topics covered include:
Web security, SSL, hacker attacks & Denial of Service (DoS), private keys,
security Microsoft Exchange, secure Instant Messaging, and much more.
http://www.accelacomm.com/jaw/sfnl/114/51426210/
_______________________________________________
Hydrogen-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hydrogen-devel