Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
12345678 |
- CFLAGS='-I.. -std=c++11 -g -O0'
- g++ $CFLAGS testConfiguration.cpp ../CodeDweller/configuration.cpp -o testConfiguration
- if [ $? -ne 0 ]
- then
- exit -1
- fi
-
- ./testConfiguration
|