Skip to content

Commit

Permalink
all options build with suffix A, refs #3
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/behr_mi/git/sumo_synched/trunk@15531 afbd958f-9f77-42d5-a016-97a22340ccf4
  • Loading branch information
behrisch committed Jan 30, 2014
1 parent d2efa7d commit 972a1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sumo/tools/build/dailyUpdateMakeGCC
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ fi
echo "--" >> $STATUSLOG
basename $MAKEALLLOG >> $STATUSLOG
export CXXFLAGS="-Wall -W -pedantic -Wno-long-long -Wformat -Wformat-security"
./configure --prefix=$PREFIX/sumo --with-python \
./configure --prefix=$PREFIX/sumo --program-suffix=A --with-python \
--disable-double-precision --disable-subsecond --disable-internal-lanes \
--enable-memcheck $CONFIGURE_OPT &> $MAKEALLLOG || (echo "configure with all options failed" | tee -a $STATUSLOG; tail -10 $MAKEALLLOG)
if make >> $MAKEALLLOG 2>&1; then
Expand Down

0 comments on commit 972a1ae

Please sign in to comment.