Changeset 17770
- Timestamp:
- 05/02/14 16:36:47 (11 years ago)
- Location:
- trunk/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/Makefile.conf.linux
r17247 r17770 24 24 # ----->>> settings for compilation 25 25 # 26 OPTIM := -O5 -std=c++0x -Wall -Winit-self -f no-exceptions -fPIC -Wpointer-arith -Wcast-align -Woverloaded-virtual26 OPTIM := -O5 -std=c++0x -Wall -Winit-self -fPIC -Wpointer-arith -Wcast-align -Woverloaded-virtual 27 27 # ggc 4.3: removed -Wshadow -fnonnull-objects -Wtraditional -Wnested-externs -Wconversion 28 28 DEBUG := -
trunk/Mars/macros/rootlogon.C
r17333 r17770 188 188 TString lib(gSystem->GetLinkedLibs()); 189 189 190 TString add = " -O5 -std=c++0x -Wall -Winit-self -f no-exceptions -fPIC -Wpointer-arith -Wcast-align -Woverloaded-virtual";190 TString add = " -O5 -std=c++0x -Wall -Winit-self -fPIC -Wpointer-arith -Wcast-align -Woverloaded-virtual"; 191 191 add += " -D__MARS__"; 192 192 add += " -DHAVE_ZLIB";
Note:
See TracChangeset
for help on using the changeset viewer.