Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1874 for code


Ignore:
Timestamp:
Oct 2, 2008, 7:16:56 PM (15 years ago)
Author:
rgrieder
Message:

reverted changes from revision 1871.
I'm terribly sorry, but the current condition is completely unbearable for our PPS students. @Adrian: You can of course always create a branch to scout for error prone code with means of advanced gcc warnings. But please not in the trunk (it generates at least one thousand lines of warnings about unused parameters which is not an issue at all).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/CMakeLists.txt

    r1872 r1874  
    4848
    4949# Global compiler/linker flags. force -O2!
    50 SET(CMAKE_C_FLAGS "$ENV{CFLAGS} -O0 -W -Wall -g -ggdb")
    51 SET(CMAKE_CXX_FLAGS "$ENV{CXXFLAGS} -O0 -W -Wall -g -ggdb")
     50SET(CMAKE_C_FLAGS "$ENV{CFLAGS} -O0 -Wall -g -ggdb")
     51SET(CMAKE_CXX_FLAGS "$ENV{CXXFLAGS} -O0 -Wall -g -ggdb")
    5252#SET(CMAKE_C_FLAGS "$ENV{CFLAGS} -O3")
    5353#SET(CMAKE_CXX_FLAGS "$ENV{CXXFLAGS} -O3")
Note: See TracChangeset for help on using the changeset viewer.