This commit is contained in:
		
							parent
							
								
									f7c7e75185
								
							
						
					
					
						commit
						4fea22239c
					
				
					 1 changed files with 0 additions and 5 deletions
				
			
		|  | @ -8,14 +8,10 @@ Xvfb :99 -screen 0 1024x768x16 & | ||||||
| export CXX=$(which clang++) | export CXX=$(which clang++) | ||||||
| export CC=$(which clang) | export CC=$(which clang) | ||||||
| export DISPLAY=:99 | export DISPLAY=:99 | ||||||
| export PKG_CONFIG_PATH=/msan/lib/pkgconfig:${PKG_CONFIG_PATH} |  | ||||||
| 
 | 
 | ||||||
| cmake . \ | cmake . \ | ||||||
| -Bbuild \ | -Bbuild \ | ||||||
| -GNinja \ | -GNinja \ | ||||||
| -DCMAKE_INCLUDE_PATH=/msan/include \ |  | ||||||
| -DCMAKE_LIBRARY_PATH=/msan/lib \ |  | ||||||
| -DCMAKE_PREFIX_PATH=/msan \ |  | ||||||
| -DCMAKE_LINKER_TYPE=MOLD \ | -DCMAKE_LINKER_TYPE=MOLD \ | ||||||
| -DENABLE_UNIT_TESTS=ON \ | -DENABLE_UNIT_TESTS=ON \ | ||||||
| -DCMAKE_BUILD_TYPE=Release \ | -DCMAKE_BUILD_TYPE=Release \ | ||||||
|  | @ -30,7 +26,6 @@ cmake . \ | ||||||
| -DCMAKE_EXE_LINKER_FLAGS=" \ | -DCMAKE_EXE_LINKER_FLAGS=" \ | ||||||
| -fsanitize=memory \ | -fsanitize=memory \ | ||||||
| -fsanitize-memory-track-origins \ | -fsanitize-memory-track-origins \ | ||||||
| -L/msan/lib -Wl,-rpath,/msan/lib \ |  | ||||||
| -L/libcxx_msan/lib -Wl,-rpath,/libcxx_msan/lib \ | -L/libcxx_msan/lib -Wl,-rpath,/libcxx_msan/lib \ | ||||||
| -lc++ \ | -lc++ \ | ||||||
| -lc++abi" \ | -lc++abi" \ | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue